speedtest-cli/.travis.yml

19 lines
353 B
YAML
Raw Normal View History

2014-02-08 16:37:39 +01:00
language: python
python:
- 2.7
- 3.3
2014-02-08 16:37:39 +01:00
install:
- pip install .
- pip install pep8 pyflakes
2014-02-08 16:37:39 +01:00
script:
2014-02-10 23:43:34 +01: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
- python speedtest_cli.py
2014-02-08 16:37:39 +01:00
notifications:
email:
- matt@sivel.net