From a30bcf83431ca29a4b6f8bd4b91fcf1a3702a267 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 10 Feb 2014 17:00:47 -0600 Subject: [PATCH] going to find it --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b481fe..cc4c2a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: + - 2.4 - 2.7 - 3.3 @@ -11,7 +12,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 locate python; python24 speedtest_cli.py; fi - python speedtest_cli.py notifications: