travis
This commit is contained in:
parent
91143a7da0
commit
99f2905c86
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
install: pip install nose --use-mirrors
|
||||
script: nosetests
|
||||
notifications:
|
||||
email:
|
||||
- jturk@sunlightfoundation.com
|
||||
- jcarbaugh@sunlightfoundation.com
|
Loading…
Reference in a new issue