We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436ae92 commit bd09e7aCopy full SHA for bd09e7a
tox.ini
@@ -80,7 +80,7 @@ deps =
80
81
pytest-cov ~= 2.5.1
82
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}
+commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs:-n auto} tests
84
85
[testenv:static]
86
deps =
0 commit comments