Add travis configuration

This commit is contained in:
Matt Martz 2014-02-08 09:37:39 -06:00
parent 6d777db198
commit 64925b93cf
1 changed files with 24 additions and 0 deletions

24
.travis.yml Normal file
View File

@ -0,0 +1,24 @@
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
script:
- pep8 --show-source speedtest_cli.py
- pyflakes speedtest_cli.py
notifications:
email:
- matt@sivel.net