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