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 1efc27e + db4142c commit 9c7d454Copy full SHA for 9c7d454
.travis.yml
@@ -5,6 +5,8 @@ cache:
5
pip: true
6
directories:
7
- /home/travis/.yarn-cache/
8
+before_install:
9
+ - nvm install 10
10
install: pip install pytest "jupyterlab~=1.0"
11
script:
12
- python setup.py sdist
0 commit comments