Add travis configuration
This commit is contained in:
parent
6d777db198
commit
64925b93cf
24
.travis.yml
Normal file
24
.travis.yml
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user