Add Travis CI test

This commit is contained in:
tsmsogn
2017-12-26 12:25:22 +09:00
parent 0bafc982b5
commit bbfb221d03

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