team-3/.travis.yml
Laura Klünder 5397a4d2d4 cache pip
2016-09-09 16:37:33 +02:00

23 lines
344 B
YAML

language: python
cache: pip
python:
- "3.4"
install:
- pip install -r src/requirements_dev.txt
before_script:
- cd src
script:
- flake8 c3nav
- isort -c -rc .
- python manage.py collectstatic --noinput
- python manage.py compress
notifications:
webhooks:
urls:
- https://hooks.c3nav.de