We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc0e33 commit bc3869cCopy full SHA for bc3869c
tox.ini
@@ -2,7 +2,7 @@
2
envlist = py3, lint, imports
3
4
[testenv:py3]
5
-commands = coverage run setup.py test {posargs}
+commands = coverage run -m unittest discover {posargs}
6
sitepackages = False
7
deps = coverage
8
0 commit comments