Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Use most actual nbconvert version available through pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 6, 2017
1 parent b576a96 commit 47b0073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ install:
- 'wget https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb'
- sudo dpkg -i pandoc-1.17.2-1-amd64.deb
- conda create -n test_env python=$TRAVIS_PYTHON_VERSION matplotlib pillow sphinx=$SPHINX_VERSION jupyter
# update nbconvert to the actual version
- pip install -U nbconvert
- source activate test_env
- conda install notebook ipykernel
- ipython kernel install --user
Expand Down

0 comments on commit 47b0073

Please sign in to comment.