We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7174c7 + fe701d1 commit 2634cd1Copy full SHA for 2634cd1
.travis.yml
@@ -1,9 +1,12 @@
1
language: python
2
python:
3
- - "2.6"
4
- - "2.7"
5
- - "3.3"
+- '2.6'
+- '2.7'
+- '3.3'
6
install:
7
- - "pip install -r test_requirements.txt"
8
- - "pip install -r requirements.txt"
+- pip install -r test_requirements.txt
+- pip install -r requirements.txt
9
script: nosetests
10
+notifications:
11
+ slack:
12
+ secure: JHQCkY3tajvauFzD0V5A19QN/ZWNNAgt+qsYgaQTPkmhxbxeu48lOifp/jUaaf07aemOm9nFCla/PlTHemCQAe71CsjPIOLNHkXAWjLQ3RJJscIvyKCUbuzn/zZIDt774wx+xIuf5SSjFGmqZFJSyfE/bbNKo1I2EDUmRztrp7c=
0 commit comments