mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-03-15 04:30:13 +01:00
Apparently python2.4 isn't installed
This commit is contained in:
@@ -11,8 +11,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 ~/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:
|
||||
|
||||
Reference in New Issue
Block a user