From 628bbcbd19a7fd52dd0aa1bf1c1867d7088a5dea Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 10 Feb 2014 17:06:31 -0600 Subject: [PATCH] Apparently python2.4 isn't installed --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d1f5fd..792eb76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ install: script: - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pep8 --show-source speedtest_cli.py; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pyflakes speedtest_cli.py; fi - - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ~/virtualenv/python2.4/bin/python -V; fi - - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ~/virtualenv/python2.4/bin/python speedtest_cli.py; fi - python speedtest_cli.py notifications: