python24?

This commit is contained in:
Matt Martz 2014-02-10 16:56:56 -06:00
parent d9a30e2834
commit a9e7c4f41e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ 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 python2.4 speedtest_cli.py; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then locate python; python24 speedtest_cli.py; fi
- python speedtest_cli.py
notifications: