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.
2 parents 3acfe90 + 8366c62 commit 53ee473Copy full SHA for 53ee473
.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