Skip to content

Commit 632b80f

Browse files
authored
Merge pull request #218 from Carreau/test-nightly
Test on Python 3,6 and nightly.
2 parents b76a9f6 + 41f2c56 commit 632b80f

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)