Add travis-ci integration

This commit is contained in:
Modulos 2017-04-10 09:35:22 +02:00
parent d98d139136
commit 353d0497ff

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "3.5"
- "3.6"
# install dependencies
install: "pip install -r requirements.txt"
script: python manage.py test