Add .travis.yml
This commit is contained in:
parent
ed1918ef09
commit
f80ccab9d6
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
install: pip install nose==1.3.0
|
||||
script: nosetests
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue