Add travis-ci integration

This commit is contained in:
Modulos 2017-04-10 09:35:22 +02:00
parent d98d139136
commit 353d0497ff
1 changed files with 7 additions and 0 deletions

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