Skip to content

Commit 76005cc

Browse files
committed
Test on nightly and allow failure
1 parent 0a6898a commit 76005cc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python:
3+
- "nightly"
34
- 3.5
45
- 3.4
56
- 3.3
@@ -19,3 +20,6 @@ script:
1920
- nosetests --with-coverage --with-timer --cover-package ipykernel ipykernel
2021
after_success:
2122
- codecov
23+
matrix:
24+
allow_failures:
25+
- python: "nightly"

0 commit comments

Comments
 (0)