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 0a6898a commit 76005ccCopy full SHA for 76005cc
1 file changed
.travis.yml
@@ -1,5 +1,6 @@
1
language: python
2
python:
3
+ - "nightly"
4
- 3.5
5
- 3.4
6
- 3.3
@@ -19,3 +20,6 @@ script:
19
20
- nosetests --with-coverage --with-timer --cover-package ipykernel ipykernel
21
after_success:
22
- codecov
23
+matrix:
24
+ allow_failures:
25
+ - python: "nightly"
0 commit comments