2014-02-08 16:37:39 +01:00
|
|
|
language: python
|
|
|
|
|
|
|
|
python:
|
|
|
|
- 2.7
|
|
|
|
|
|
|
|
install:
|
|
|
|
- pip install .
|
2014-02-08 16:52:01 +01:00
|
|
|
- pip install pep8 pyflakes
|
2014-02-08 16:37:39 +01:00
|
|
|
|
|
|
|
script:
|
|
|
|
- pep8 --show-source speedtest_cli.py
|
|
|
|
- pyflakes speedtest_cli.py
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- matt@sivel.net
|