Skip to content

Commit

Permalink
Run Flake8 on TravisCI, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 21, 2019
1 parent a5c1b9a commit b16a78b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ python:
- 3.5
- 3.6
- pypy-5.6.0
matrix:
include:
- python: 3.6
name: "Flake8"
install: pip install -U flake8
script: flake8 --doctests src setup.py
after_success:
script:
- COVERAGE_PROCESS_START=.coveragerc coverage run -m zope.testrunner --test-path=src -vv

Expand Down

0 comments on commit b16a78b

Please sign in to comment.