Skip to content

Commit

Permalink
pep8 is now pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 12, 2018
1 parent 401ebfd commit 1167141
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 @@ -34,8 +34,8 @@ script:
- coverage run --append --include=./* sample.py --save_dir $SAVE_DIR_SECOND | tee $SAMPLE_FILE;test -s $SAMPLE_FILE

after_script:
- pip install pep8
- pep8 --statistics --count .
- pip install pycodestyle
- pycodestyle --statistics --count .
- pip freeze

after_success:
Expand Down

0 comments on commit 1167141

Please sign in to comment.