Skip to content

Commit

Permalink
Merge pull request #622 from whb07/travis_linter
Browse files Browse the repository at this point in the history
edited travis script for flake8
  • Loading branch information
DavidKnott authored Jan 8, 2018
2 parents 688c2f9 + 6abd8a8 commit 8588835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:

script:
- python setup.py test
- flake8 viper/, tests/
- flake8 viper/ tests/

after_success:
- coveralls

0 comments on commit 8588835

Please sign in to comment.