Skip to content

Commit

Permalink
Replace pep8 with pycodestyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Nov 2, 2017
1 parent 455ac9a commit 17978b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
- "2.6"
- "2.7"
install:
- pip install pep8
- pip install pycodestyle
script:
- python -m isodatetime.tests
- pep8 -v isodatetime
- pycodestyle -v isodatetime

0 comments on commit 17978b9

Please sign in to comment.