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 ed2f5cc commit 6c3d3abCopy full SHA for 6c3d3ab
tox.ini
@@ -72,7 +72,7 @@ deps =
72
73
pytest-cov ~= 2.5.1
74
pytest-randomly ~= 2.1.1
75
-commands = py.test --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}
76
77
[testenv:flake8]
78
skip_install = true
0 commit comments