mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36: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:
|
after_success:
|
||||||
- coverage report
|
- coverage report
|
||||||
- coveralls
|
- coveralls
|
||||||
|
- pip install pep8 pyflakes
|
||||||
|
- pep8 PIL/*.py
|
||||||
|
- pyflakes PIL/*.py
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user