From 374aaefb2574ab3b6f394a2ff368e0dc77ab0c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Fri, 9 Sep 2016 15:51:23 +0200 Subject: [PATCH] update .travis.yml for webhooks --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index dab06317..4e925b50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,21 @@ language: python + python: - "3.4" + install: - pip install -r src/requirements_dev.txt + before_script: - cd src + script: - flake8 c3nav - isort -c -rc . - python manage.py collectstatic --noinput - python manage.py compress + +notifications: + webhooks: + urls: + - https://hooks.c3nav.de