added travis pipeline
This commit is contained in:
parent
41d2f51783
commit
3f50866118
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
install:
|
||||||
|
- python setup.py develop
|
||||||
|
script:
|
||||||
|
- python setup.py test
|
Loading…
Add table
Reference in a new issue