Only test using python 2.7 for right now

This commit is contained in:
Matt Martz 2014-02-08 09:52:01 -06:00
parent 64925b93cf
commit 14e5040c99
1 changed files with 1 additions and 9 deletions

View File

@ -1,19 +1,11 @@
language: python
python:
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
- pypy
install:
- pip install .
- pip install --use-mirrors nose coverage pep8 pyflakes
- pip install pep8 pyflakes
script:
- pep8 --show-source speedtest_cli.py