team-3/.travis.yml

13 lines
247 B
YAML
Raw Normal View History

2016-08-30 17:16:53 +02:00
language: python
python:
- "3.4"
install:
2016-08-30 17:27:35 +02:00
- pip install -r src/requirements_dev.txt
2016-08-30 17:16:53 +02:00
before_script:
- cd src
script:
2016-08-30 17:49:03 +02:00
- flake8 c3nav
2016-08-30 17:16:53 +02:00
- isort -c -rc .
- python manage.py collectstatic --noinput
- python manage.py compress