team-3/.travis.yml

25 lines
383 B
YAML
Raw Normal View History

2016-08-30 17:16:53 +02:00
language: python
2016-09-09 15:51:23 +02:00
2016-09-09 16:37:33 +02:00
cache: pip
2016-08-30 17:16:53 +02:00
python:
- "3.4"
2016-09-09 15:51:23 +02:00
2016-08-30 17:16:53 +02:00
install:
2016-09-12 02:32:58 +02:00
- pip install --upgrade setuptools
2016-08-30 17:27:35 +02:00
- pip install -r src/requirements_dev.txt
2016-09-09 15:51:23 +02:00
2016-08-30 17:16:53 +02:00
before_script:
- cd src
2016-09-09 15:51:23 +02:00
2016-08-30 17:16:53 +02:00
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
2016-09-09 15:51:23 +02:00
notifications:
webhooks:
urls:
- https://hooks.c3nav.de