Can we run python2.4 from a 2.7 venv?
This commit is contained in:
parent
9529c5a44f
commit
d9a30e2834
|
@ -11,6 +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
|
||||
- python speedtest_cli.py
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue