From 325c50e92467a38d38fcadf1bbd6a3825560685c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 7 Mar 2016 16:00:52 +0200 Subject: [PATCH] Notify to slack about builds --- .travis.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30cef265..4920fdda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,19 @@ language: python python: - - "2.7" + "2.7" env: - - TOX_ENV=docs - - TOX_ENV=lint - - TOX_ENV=py26 - - TOX_ENV=py27 + TOX_ENV=docs + TOX_ENV=lint + TOX_ENV=py26 + TOX_ENV=py27 install: - - pip install -U pip setuptools tox + pip install -U pip setuptools tox script: - - tox -e $TOX_ENV + tox -e $TOX_ENV + +notifications: + slack: + secure: uEU56hHACLxq6iRRZ0JeAl/MPADqQWMZZAsZB9IOnXaRUd0Pa6lT2CicJXhVlsEEbNRqR2u5LbcQ4R0nvAKPjYgglDlDet4RfhP+YIqLX2v2dv3B5q8cITsKMUUediv4fybdO/nmvQSImq5nqRQQsXKAwTAJZooIwS3F5Dsg+eE=