speedtest-cli/.travis.yml

19 lines
251 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:
- pep8 --show-source speedtest_cli.py
- pyflakes speedtest_cli.py
- python speedtest_cli.py
2014-02-08 16:37:39 +01:00
notifications:
email:
- matt@sivel.net