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-12-05 14:04:11 +01:00
|
|
|
- pip install --upgrade setuptools pip
|
2016-09-12 10:55:01 +02:00
|
|
|
- pip install -r src/requirements.txt -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 .
|
2016-09-08 14:43:18 +02:00
|
|
|
- python manage.py collectstatic --noinput
|
|
|
|
- python manage.py compress
|
2016-09-09 15:51:23 +02:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
webhooks:
|
|
|
|
urls:
|
|
|
|
- https://hooks.c3nav.de
|