Skip to content

Commit 42c64a8

Browse files
author
Zhongyue Luo
committed
Fixes tox.ini testsuite typo
Removed "pep8.py" from testsuite execution
1 parent d33b154 commit 42c64a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commands =
1212
{envpython} pep8.py --testsuite testsuite
1313
{envpython} pep8.py --statistics pep8.py
1414
{envpython} pep8.py --doctest
15-
{envpython} pep8.py -m testsuite.test_all
15+
{envpython} -m testsuite.test_all
1616

1717
[pep8]
1818
select =

0 commit comments

Comments
 (0)