This commit is contained in:
Mari Wahl 2014-12-28 16:25:47 -05:00
parent 4e13f2ba45
commit d12c8a523a

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
notifications:
email: false