From 4c5d56768fb2c9e125c56ad83404d59f3f655ad5 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sat, 5 Apr 2014 21:34:16 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a86b4bc..454cba2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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