Skip to content

Commit 52a51da

Browse files
authored
Merge pull request #608 from jupyterlab/fix-travis-error
Force upgrade python pkgs in travis
2 parents 75c14f3 + 8bd7cae commit 52a51da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cache:
77
- /home/travis/.yarn-cache/
88
before_install:
99
- nvm install 10
10-
install: pip install pytest pytest-asyncio "jupyterlab~=1.1"
10+
install: pip install --upgrade --upgrade-strategy=eager pytest pytest-asyncio "jupyterlab~=1.1"
1111
script:
1212
# Build the sdist (identical to what will be uploaded to eg pypi on release)
1313
- python setup.py sdist

0 commit comments

Comments
 (0)