For now let's try just running speedtest_cli.py
This commit is contained in:
parent
14e5040c99
commit
1849c98663
|
@ -2,6 +2,7 @@ language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
- 3.3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install .
|
- pip install .
|
||||||
|
@ -10,6 +11,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- pep8 --show-source speedtest_cli.py
|
- pep8 --show-source speedtest_cli.py
|
||||||
- pyflakes speedtest_cli.py
|
- pyflakes speedtest_cli.py
|
||||||
|
- python speedtest_cli.py
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue