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.
1 parent 3acfe90 commit 8366c62Copy full SHA for 8366c62
.travis.yml
@@ -10,8 +10,8 @@ before_install:
10
install: pip install pytest "jupyterlab~=1.0"
11
script:
12
- python setup.py sdist
13
- - pip install jupyterlab_git[test] --find-links=dist --no-deps --no-cache-dir -v
14
- - pip install jupyterlab_git[test] --find-links=dist -v
+ - pip install jupyterlab_git[test] --pre --no-index --find-links=dist --no-deps --no-cache-dir -v
+ - pip install jupyterlab_git[test]
15
- jupyter labextension list
16
- jupyter lab build
17
- pytest jupyterlab_git -r ap
0 commit comments