Only test using python 2.7 for right now
This commit is contained in:
parent
64925b93cf
commit
14e5040c99
10
.travis.yml
10
.travis.yml
|
@ -1,19 +1,11 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.4
|
|
||||||
- 2.5
|
|
||||||
- 2.6
|
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.0
|
|
||||||
- 3.1
|
|
||||||
- 3.2
|
|
||||||
- 3.3
|
|
||||||
- pypy
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install .
|
- pip install .
|
||||||
- pip install --use-mirrors nose coverage pep8 pyflakes
|
- pip install pep8 pyflakes
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pep8 --show-source speedtest_cli.py
|
- pep8 --show-source speedtest_cli.py
|
||||||
|
|
Loading…
Reference in New Issue