update .travis.yml for webhooks
This commit is contained in:
parent
daae0f79ab
commit
374aaefb25
1 changed files with 9 additions and 0 deletions
|
@ -1,12 +1,21 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r src/requirements_dev.txt
|
- pip install -r src/requirements_dev.txt
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd src
|
- cd src
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- flake8 c3nav
|
- flake8 c3nav
|
||||||
- isort -c -rc .
|
- isort -c -rc .
|
||||||
- python manage.py collectstatic --noinput
|
- python manage.py collectstatic --noinput
|
||||||
- python manage.py compress
|
- python manage.py compress
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://hooks.c3nav.de
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue