Skip to content

Commit 4bc254e

Browse files
committed
Merge pull request #176 from zyluo/tox_error
Fixes tox.ini testsuite typo
2 parents d33b154 + 42c64a8 commit 4bc254e

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)