Skip to content

Commit 6404235

Browse files
committed
force upgrade to latest python deps in travis to fix tests
1 parent 839f781 commit 6404235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414
# Install the extension from the sdist ensuring the cache is unused
1515
- pip install jupyterlab_git[test] --pre --no-index --find-links=dist --no-deps --no-cache-dir -v
1616
# Install the extension dependencies based on the current setup.py
17-
- pip install jupyterlab_git[test]
17+
- pip install --upgrade --upgrade-strategy=eager jupyterlab_git[test]
1818
# Log the current state of jupyterlab's extensions
1919
- jupyter labextension list
2020

0 commit comments

Comments
 (0)