add travis CI config
This commit is contained in:
parent
d1750589a1
commit
c28ce069d3
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install .
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
Loading…
x
Reference in New Issue
Block a user