Skip to content

Commit 2634cd1

Browse files
committed
Merge pull request #44 from aoberoi/issue-43
adds encrypted notification token for slack, fixes #43
2 parents c7174c7 + fe701d1 commit 2634cd1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: python
22
python:
3-
- "2.6"
4-
- "2.7"
5-
- "3.3"
3+
- '2.6'
4+
- '2.7'
5+
- '3.3'
66
install:
7-
- "pip install -r test_requirements.txt"
8-
- "pip install -r requirements.txt"
7+
- pip install -r test_requirements.txt
8+
- pip install -r requirements.txt
99
script: nosetests
10+
notifications:
11+
slack:
12+
secure: JHQCkY3tajvauFzD0V5A19QN/ZWNNAgt+qsYgaQTPkmhxbxeu48lOifp/jUaaf07aemOm9nFCla/PlTHemCQAe71CsjPIOLNHkXAWjLQ3RJJscIvyKCUbuzn/zZIDt774wx+xIuf5SSjFGmqZFJSyfE/bbNKo1I2EDUmRztrp7c=

0 commit comments

Comments
 (0)