From a9e7c4f41e43748839be98ff96267fb70d9b0b1d Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 10 Feb 2014 16:56:56 -0600 Subject: [PATCH] python24? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd1b7e7..3b481fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: