team-3/.travis.yml
2016-09-08 14:43:18 +02:00

12 lines
247 B
YAML

language: python
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