Skip to content

Commit

Permalink
Split out flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed May 10, 2019
1 parent 2869b48 commit fac7e8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- 3.7
install:
- python setup.py develop
- pip install flake8
script:
- python setup.py test
- python -m flake8 squabble
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'pytest',
'pytest-runner',
'pytest-cov',
'flake8',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit fac7e8e

Please sign in to comment.