We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b7526 commit afbacf9Copy full SHA for afbacf9
1 file changed
tox.ini
@@ -137,7 +137,7 @@ deps =
137
138
pexpect ~= 4.8.0
139
140
-commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs:-n auto}
+commands = py.test -p no:mypy {posargs:--cov pytest_mypy --cov-fail-under 100 --cov-report term-missing -n auto}
141
142
[pytest]
143
testpaths = tests
0 commit comments