diff --git a/.travis.yml b/.travis.yml index f57d6469..b8c7a7aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,7 @@ language: python python: - "2.7" - "2.6" - - "2.5" - "3.2" - "3.3" -install: - - if [ $TRAVIS_PYTHON_VERSION == '2.5' ]; then pip install -r python25-requirements.txt --use-mirrors; fi script: - python setup.py test