basic travis config

This commit is contained in:
Brad Pitcher 2014-02-10 21:23:49 -08:00
parent 858873dfa0
commit f1575f75c7

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
---
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script:
- nosetests