Skip to content

Commit 53ee473

Browse files
authored
Merge pull request #441 from jupyterlab/fcollonval-patch-1
Forbid pip to look at the index
2 parents 3acfe90 + 8366c62 commit 53ee473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ before_install:
1010
install: pip install pytest "jupyterlab~=1.0"
1111
script:
1212
- 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
13+
- pip install jupyterlab_git[test] --pre --no-index --find-links=dist --no-deps --no-cache-dir -v
14+
- pip install jupyterlab_git[test]
1515
- jupyter labextension list
1616
- jupyter lab build
1717
- pytest jupyterlab_git -r ap

0 commit comments

Comments
 (0)