We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4066a83 commit 87b7526Copy full SHA for 87b7526
1 file changed
tox.ini
@@ -137,7 +137,10 @@ 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} tests
+commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs:-n auto}
141
+
142
+[pytest]
143
+testpaths = tests
144
145
[testenv:publish]
146
passenv = TWINE_*
0 commit comments