Skip to content

Commit d689527

Browse files
committed
Disable testing of python3 until later.
1 parent 0b1d9e7 commit d689527

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
# - "3.4"
88
# - "3.5"
99
# - "3.5-dev" # 3.5 development branch
10-
- "3.6"
10+
# - "3.6"
1111
# - "3.6-dev" # 3.6 development branch
1212
# - "3.7-dev" # 3.7 development branch
1313
# - "nightly" # currently points to 3.7-dev
@@ -19,3 +19,8 @@ env:
1919
- PYTHONPATH=lambda
2020
# command to run tests
2121
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

Comments
 (0)