2014-02-08 23:37:39 +08:00
|
|
|
language: python
|
|
|
|
|
|
|
|
|
|
python:
|
2014-02-11 07:00:47 +08:00
|
|
|
- 2.4
|
2014-02-08 23:37:39 +08:00
|
|
|
- 2.7
|
2014-02-11 06:40:15 +08:00
|
|
|
- 3.3
|
2014-02-08 23:37:39 +08:00
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
- pip install .
|
2014-02-08 23:52:01 +08:00
|
|
|
- pip install pep8 pyflakes
|
2014-02-08 23:37:39 +08:00
|
|
|
|
|
|
|
|
script:
|
2014-02-11 06:43:34 +08:00
|
|
|
- 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
|
2014-02-11 06:40:15 +08:00
|
|
|
- python speedtest_cli.py
|
2014-02-08 23:37:39 +08:00
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
|
email:
|
|
|
|
|
- matt@sivel.net
|