Add pep8 and pyflakes reports to Travis CI

This commit is contained in:
hugovk 2014-04-05 01:25:55 +03:00
parent 4474917fc2
commit 5e0d2a3004

View File

@ -35,6 +35,9 @@ script:
after_success:
- coverage report
- coveralls
- pip install pep8 pyflakes
- pep8 PIL/*.py
- pyflakes PIL/*.py
matrix:
allow_failures: