This commit is contained in:
Mari Wahl 2014-12-28 16:26:01 -05:00
parent e1c6e92a2a
commit 3536f80ca0

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