make sure pyflakes / pep8 run on travis build
This commit is contained in:
parent
9549bc6a5b
commit
32e4cb7ff6
@ -2,5 +2,5 @@ language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "pypy"
|
||||
install: pip install . --use-mirrors
|
||||
install: pip install . --use-mirrors && pip install pep8 pyflakes
|
||||
script: make test
|
||||
|
Loading…
Reference in New Issue
Block a user