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 e9ef0d8 commit 870609aCopy full SHA for 870609a
tox.ini
@@ -96,7 +96,7 @@ deps =
96
97
pytest-cov ~= 2.5.1
98
pytest-randomly ~= 2.1.1
99
-commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs}
+commands = py.test -p no:mypy -n auto --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs}
100
101
[testenv:flake8]
102
skip_install = true
0 commit comments