Apparently python2.4 isn't installed

This commit is contained in:
Matt Martz 2014-02-10 17:06:31 -06:00
parent e3d377d9d0
commit 628bbcbd19
1 changed files with 0 additions and 2 deletions

View File

@ -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: