Skip to content

Commit

Permalink
Add a flake8 job to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 10, 2020
1 parent 7b60f2b commit bfa427e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ python:
- 3.7
- 3.8
- pypy
jobs:
include:
- name: flake8
install: pip install flake8
script: flake8 src setup.py
after_success:
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down

0 comments on commit bfa427e

Please sign in to comment.