mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Add pep8 and pyflakes reports to Travis CI
This commit is contained in:
parent
4474917fc2
commit
5e0d2a3004
|
@ -35,6 +35,9 @@ script:
|
|||
after_success:
|
||||
- coverage report
|
||||
- coveralls
|
||||
- pip install pep8 pyflakes
|
||||
- pep8 PIL/*.py
|
||||
- pyflakes PIL/*.py
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
|
Loading…
Reference in New Issue
Block a user