Add travisci file

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
This commit is contained in:
Jelle van der Waa 2017-02-15 20:02:56 +01:00
parent 787915705e
commit 320f78e637

8
.travis.yml Normal file
View File

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