Skip to content

Commit 001430a

Browse files
author
Jonathan Piron
committed
Remove strict option from setuptools check command
It fails because setup.py doesn't define a version.
1 parent bdea4b8 commit 001430a

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
@@ -39,7 +39,7 @@ deps=
3939
readme
4040
check-manifest
4141
commands=
42-
python setup.py check -r -s
42+
python setup.py check -r
4343
rst2html.py README.rst {envlogdir}/README.html --strict []
4444
check-manifest
4545

0 commit comments

Comments
 (0)