evorepo/.travis.yml
Jelle van der Waa 320f78e637 Add travisci file
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01 21:57:43 +02:00

9 lines
158 B
YAML

language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
script:
- python manage.py collectstatic --noinput
- python manage.py test