Skip to content

Commit f314e6c

Browse files
committed
Fix wrong commands
1 parent 242b83c commit f314e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ deps = readme_renderer
4242

4343
[testenv:check-manifest]
4444
basepython = python3.6
45-
commands = python setup.py check -r -s
46-
deps = check-manifest {toxinidir}
45+
commands = check-manifest {toxinidir}
46+
deps = check-manifest

0 commit comments

Comments
 (0)