We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2502d commit 658acd7Copy full SHA for 658acd7
.travis.yml
@@ -43,11 +43,6 @@ before_install:
43
44
install:
45
- 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
51
- 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
52
53
0 commit comments