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.
1 parent 0b1d9e7 commit d689527Copy full SHA for d689527
.travis.yml
@@ -7,7 +7,7 @@ python:
7
# - "3.4"
8
# - "3.5"
9
# - "3.5-dev" # 3.5 development branch
10
- - "3.6"
+# - "3.6"
11
# - "3.6-dev" # 3.6 development branch
12
# - "3.7-dev" # 3.7 development branch
13
# - "nightly" # currently points to 3.7-dev
@@ -19,3 +19,8 @@ env:
19
- PYTHONPATH=lambda
20
# command to run tests
21
script: nosetests --with-xunit --with-coverage --cover-package=lambda --cover-erase
22
+
23
+notifications:
24
+ slack:
25
+ on_success: always
26
+ on_failure: always
0 commit comments