Merge pull request #118 from tsmsogn/travis

Add Travis CI test
This commit is contained in:
Isaac Bythewood
2017-12-25 23:18:19 -05:00
committed by GitHub

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script:
- python manage.py test