We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0acf6 commit 27f4a03Copy full SHA for 27f4a03
1 file changed
tox.ini
@@ -49,7 +49,7 @@ deps =
49
install_command = python -Im pip install -U {opts} {packages}
50
51
commands =
52
- python -m coverage run --parallel-mode manage.py test {posargs: -v 2}
+ python -m coverage run --parallel-mode manage.py test --parallel {posargs: -v 2}
53
54
[testenv:coverage-report]
55
; 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