Skip to content

Commit

Permalink
Travis CI: flake8 exclude setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeLametta committed Oct 18, 2018
1 parent 7990866 commit a8a1b8c
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 @@ -14,5 +14,5 @@ install:
- pip install flake8

script:
- flake8 --benchmark --statistics
- flake8 --benchmark --statistics --exclude="setup.py"
- python setup.py bdist_egg

0 comments on commit a8a1b8c

Please sign in to comment.