make sure pyflakes / pep8 run on travis build

This commit is contained in:
Brian Muller 2016-04-07 09:47:08 +03:00
parent 9549bc6a5b
commit 32e4cb7ff6

View File

@ -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