speedtest-cli/.travis.yml

19 lines
251 B
YAML

language: python
python:
- 2.7
- 3.3
install:
- pip install .
- pip install pep8 pyflakes
script:
- pep8 --show-source speedtest_cli.py
- pyflakes speedtest_cli.py
- python speedtest_cli.py
notifications:
email:
- matt@sivel.net