Skip to content

Commit 658acd7

Browse files
committed
Unpin ipykernel version on Travis
Closes jupytergh-3129
1 parent fe2502d commit 658acd7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ before_install:
4343
4444
install:
4545
- pip install -f travis-wheels/wheelhouse file://$PWD#egg=notebook[test]
46-
- |
47-
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
48-
# Work around https://github.com/ipython/ipykernel/issues/288
49-
pip install ipykernel==4.6.1
50-
fi
5146
- wget https://github.com/jgm/pandoc/releases/download/1.19.1/pandoc-1.19.1-1-amd64.deb && sudo dpkg -i pandoc-1.19.1-1-amd64.deb
5247

5348

0 commit comments

Comments
 (0)