add travis CI config

This commit is contained in:
Sumpfork 2015-11-10 16:47:42 -08:00
parent d1750589a1
commit c28ce069d3

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install .
# command to run tests
script: nosetests