Skip to content

Commit 41f2c56

Browse files
committed
Test on Python 3,6 and nightly.
1 parent b76a9f6 commit 41f2c56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: python
22
python:
3+
- "nightly"
4+
- '3.6-dev'
35
- 3.5
46
- 3.4
57
- 3.3
@@ -16,3 +18,6 @@ script:
1618
- nosetests -v --with-coverage --cover-package jupyter_client jupyter_client
1719
after_success:
1820
- codecov
21+
matrix:
22+
allow_failures:
23+
- python: nightly

0 commit comments

Comments
 (0)