Skip to content

Commit 27f4a03

Browse files
committed
Run all tests in parallel
1 parent 2e0acf6 commit 27f4a03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ deps =
4949
install_command = python -Im pip install -U {opts} {packages}
5050

5151
commands =
52-
python -m coverage run --parallel-mode manage.py test {posargs: -v 2}
52+
python -m coverage run --parallel-mode manage.py test --parallel {posargs: -v 2}
5353

5454
[testenv:coverage-report]
5555
; a bit of a hack - we keep deps to a minimum, and move coverage data to the tox root for easier excludes

0 commit comments

Comments
 (0)