Skip to content

Commit

Permalink
run flake8 as part of the travis pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Oct 30, 2018
1 parent 49e11c4 commit 973c7a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ matrix:
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
- pip install -U flake8
- pip install -U -e .[test]
script:
- coverage run -m zope.testrunner --test-path=.
- find setup.py ZConfig -name '*.py' | xargs flake8 --isolated
notifications:
email: false
after_success:
Expand Down

0 comments on commit 973c7a4

Please sign in to comment.