Update .travis.yml
This commit is contained in:
parent
d6669d1ebf
commit
ea8b2fc15b
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
install: pip install nose --use-mirrors
|
||||
- "3.5"
|
||||
install: pip install nose
|
||||
script: nosetests
|
||||
notifications:
|
||||
email:
|
||||
- jturk@sunlightfoundation.com
|
||||
- jcarbaugh@sunlightfoundation.com
|
||||
- james.p.turk@gmail.com
|
||||
|
|
Loading…
Reference in a new issue