diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 3149cbd..8771cca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ install: - pip install -e . - pip list script: - - python pep8.py --testsuite testsuite - - python pep8.py --statistics pep8.py - - python pep8.py --doctest + - python pycodestyle.py --testsuite testsuite + - python pycodestyle.py --statistics pep8.py + - python pycodestyle.py --doctest - python setup.py test notifications: |