Skip to content

Commit

Permalink
Temporarily downgrade testpath on travis
Browse files Browse the repository at this point in the history
I think this may solve the error at https://travis-ci.org/jupyterlab/jupyter-renderers/builds/437449573#L431. See conda-forge/testpath-feedstock#6 and conda-forge/testpath-feedstock#8 for details. Once testpath 4.2 is released, hopefully this is fixed.
  • Loading branch information
jasongrout committed Oct 5, 2018
1 parent a8a1dee commit 12ee6b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda install nodejs notebook
- conda install nodejs notebook 'testpath<0.4'
- which pip
- pip --version
- pip install --pre jupyterlab
script:
- yarn
Expand Down

0 comments on commit 12ee6b5

Please sign in to comment.