Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 5, 2014
1 parent 724b4e3 commit 4c5d567
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c5d567

Please sign in to comment.