Skip to content

Commit

Permalink
pep8 is now pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and RouxRC committed Jan 28, 2018
1 parent ea1bc9f commit 66fff5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ script: nosetests --with-coverage --cover-package=twitter

after_success:
- pip install coveralls && coveralls
- pip install pep8 pyflakes
- pep8 twitter/*.py
- pip install pycodestyle pyflakes
- pycodestyle twitter/*.py
- pyflakes twitter/*.py
- pep8 tests/*.py
- pycodestyle tests/*.py
- pyflakes tests/*.py

matrix:
Expand Down

0 comments on commit 66fff5e

Please sign in to comment.