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.
2 parents 7445be5 + 658acd7 commit bdd62b3Copy full SHA for bdd62b3
.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