Is this where python2.4 is located?
This commit is contained in:
parent
a30bcf8343
commit
e3d377d9d0
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user