Update .travis.yml

This commit is contained in:
hugovk 2014-04-05 21:34:16 +03:00
parent 724b4e3cd5
commit 4c5d56768f
1 changed files with 2 additions and 4 deletions

View File

@ -19,12 +19,10 @@ after_success:
- coverage report
- coveralls
- pip install pep8 pyflakes
- pep8 PIL/*.py
- pyflakes PIL/*.py
- pep8 *.py tests/*.py
- pyflakes *.py tests/*.py
matrix:
allow_failures:
- python: 2.6
- python: 3.2
- python: 3.4
- python: pypy