add travis
This commit is contained in:
parent
3f602cf610
commit
48884907fc
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- 2.6
|
||||||
|
- 2.7
|
||||||
|
script: make travis
|
||||||
|
install:
|
||||||
|
- pip install .
|
||||||
|
- pip install -r requirements.txt
|
Loading…
Reference in New Issue
Block a user