summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-25 10:49:18 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-26 00:43:47 -0700
commit90d83aa28ae6ed0ebc49cc83079364b172405fb8 (patch)
treee73afc6affebe6a66fc157f28bf4dfd69d1bcba5 /tox.ini
parentfba2cc63736fa9d522fdc90d2d3cae1ff4aeaa90 (diff)
downloadpep8-90d83aa28ae6ed0ebc49cc83079364b172405fb8.tar.gz
Updated file names tested
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 958b172..a4992e9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,6 @@ envlist = py26, py27, py32, py33, py34, py35, pypy, pypy3, jython
commands =
{envpython} setup.py install
{envpython} pycodestyle.py --testsuite testsuite
- {envpython} pycodestyle.py --statistics pep8.py
+ {envpython} pycodestyle.py --statistics pycodestyle.py
{envpython} pycodestyle.py --doctest
{envpython} -m testsuite.test_all