Skip to content

Commit bdd62b3

Browse files
authored
Merge pull request #3223 from takluyver/unpin-travis-ipykernel
Unpin ipykernel version on Travis
2 parents 7445be5 + 658acd7 commit bdd62b3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
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)