team-3/.travis.yml
2017-05-09 13:32:41 +02:00

19 lines
330 B
YAML

language: python
cache: pip
python:
- "3.6"
install:
- pip install --upgrade setuptools pip
- pip install -r src/requirements.txt -r src/requirements/dev.txt
before_script:
- cd src
script:
- flake8 c3nav
- isort -c -rc .
- python manage.py collectstatic --noinput
- python manage.py compress