Skip to content

Commit bc3869c

Browse files
committed
replace test command
1 parent bdc0e33 commit bc3869c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist = py3, lint, imports
33

44
[testenv:py3]
5-
commands = coverage run setup.py test {posargs}
5+
commands = coverage run -m unittest discover {posargs}
66
sitepackages = False
77
deps = coverage
88

0 commit comments

Comments
 (0)