Skip to content

Commit

Permalink
Use flake8 instead of pep8 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmorrison committed Apr 9, 2015
1 parent 25aadd7 commit 9451a9a
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 @@ -6,10 +6,10 @@ python:
- "3.3"
- "3.4"
install:
- pip install pep8
- pip install flake8
- pip install coveralls
script:
- pep8 .
- flake8 .
- ./test_spec.py
- coverage -x ./test_spec.py
after_success:
Expand Down

0 comments on commit 9451a9a

Please sign in to comment.