Skip to content

Commit

Permalink
use flake8 instead of pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 27, 2016
1 parent 6d4fd61 commit e202a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ install:

script:
- python export/export.py $VERSION $VERSION_DATE LinkPropertyLookupTable.csv xml
- pep8 export/export.py
- flake8 export/export.py
3 changes: 1 addition & 2 deletions export/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pep8
pylint
flake8

0 comments on commit e202a48

Please sign in to comment.