Explicitly install flake8 and run it
This commit is contained in:
parent
92817d5f4d
commit
697cfcf165
@ -4,6 +4,8 @@ python:
|
||||
- '3.3'
|
||||
- '2.7'
|
||||
- '2.6'
|
||||
install:
|
||||
- pip install flake8
|
||||
script:
|
||||
- python setup.py test
|
||||
- flake8 --ignore=E501,E123,E124,E126,E127,E128 dataset test
|
||||
- python setup.py test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user