Skip to content

Commit cdc2e51

Browse files
committed
aiming for minimal changes to CI in order to force wheel build
1 parent 5a4b9ea commit cdc2e51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ cache:
55
pip: true
66
directories:
77
- /home/travis/.yarn-cache/
8+
install: pip install pytest "jupyterlab~=1.0"
89
script:
9-
- pip install 'jupyterlab~=1.0'
10-
- python setup.py sdist
10+
- python setup.py bdist_wheel
1111
- pip install --find-links=dist jupyterlab_git[test]
12+
- jupyter lab build
1213
- pytest jupyterlab_git
1314
- jlpm run test
14-
- jupyter lab build
1515
- python -m jupyterlab.browser_check
1616
- jlpm run lint
1717
- python tests/test-browser/run_browser_test.py

0 commit comments

Comments
 (0)