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:
|
||||
- 2.7
|
||||
- 3.3
|
||||
|
||||
install:
|
||||
- pip install .
|
||||
|
@ -10,6 +11,7 @@ install:
|
|||
script:
|
||||
- pep8 --show-source speedtest_cli.py
|
||||
- pyflakes speedtest_cli.py
|
||||
- python speedtest_cli.py
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue