[CI] Initial travis configuration
This commit is contained in:
parent
d41c142d4a
commit
2c766d0c97
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
- "3.2"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
script: nosetests -v tests/
|
Loading…
Reference in a new issue