diff options
author | Zhongyue Luo <zhongyue.nah@intel.com> | 2013-03-08 13:01:19 +0800 |
---|---|---|
committer | Zhongyue Luo <zhongyue.nah@intel.com> | 2013-03-08 13:03:13 +0800 |
commit | 42c64a8dcc03a41a5be04ec1fc6b5dfd421c4c66 (patch) | |
tree | 6ed93396683691ce8b7e6901c24f6a4484f71d60 /tox.ini | |
parent | d33b154db40cf22237db5cacbe88e0b0f14a5cdb (diff) | |
download | pep8-42c64a8dcc03a41a5be04ec1fc6b5dfd421c4c66.tar.gz |
Fixes tox.ini testsuite typo
Removed "pep8.py" from testsuite execution
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ commands = {envpython} pep8.py --testsuite testsuite {envpython} pep8.py --statistics pep8.py {envpython} pep8.py --doctest - {envpython} pep8.py -m testsuite.test_all + {envpython} -m testsuite.test_all [pep8] select = |