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 .
|
2016-09-08 14:43:18 +02:00
|
|
|
- python manage.py collectstatic --noinput
|
|
|
|
- python manage.py compress
|