From e3d377d9d0065f681b007f784a762214933784c5 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 10 Feb 2014 17:04:46 -0600 Subject: [PATCH] Is this where python2.4 is located? --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc4c2a3..7d1f5fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - - 2.4 - 2.7 - 3.3 @@ -12,6 +11,8 @@ 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: