Skip to content

Commit bd09e7a

Browse files
committed
Adjust the default tox invocation
1 parent 436ae92 commit bd09e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ deps =
8080

8181
pytest-cov ~= 2.5.1
8282
pytest-randomly ~= 2.1.1
83-
commands = py.test -p no:mypy -n auto --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs}
83+
commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs:-n auto} tests
8484

8585
[testenv:static]
8686
deps =

0 commit comments

Comments
 (0)