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 5a4b9ea commit cdc2e51Copy full SHA for cdc2e51
.travis.yml
@@ -5,13 +5,13 @@ cache:
5
pip: true
6
directories:
7
- /home/travis/.yarn-cache/
8
+install: pip install pytest "jupyterlab~=1.0"
9
script:
- - pip install 'jupyterlab~=1.0'
10
- - python setup.py sdist
+ - python setup.py bdist_wheel
11
- pip install --find-links=dist jupyterlab_git[test]
12
+ - jupyter lab build
13
- pytest jupyterlab_git
14
- jlpm run test
- - jupyter lab build
15
- python -m jupyterlab.browser_check
16
- jlpm run lint
17
- python tests/test-browser/run_browser_test.py
0 commit comments