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 796e650 commit 610e2cdCopy full SHA for 610e2cd
.travis.yml
@@ -26,15 +26,8 @@ before_install:
26
install:
27
# Don't let requirements pull in tornado 5 yet except for jupyterhub master
28
- if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.1" ]; then pip install "tornado<5.0"; fi
29
- - pip install attrs>=17.4.0 # pip isn't resolving jsonschema's requirements correctly
30
- pip install --pre -r jupyterhub/dev-requirements.txt
31
- pip install --pre -e jupyterhub
32
33
script:
34
- travis_retry py.test --lf --cov batchspawner batchspawner/tests -v
35
-#after_success:
36
-# - codecov
37
-# matrix:
38
-# include:
39
-# - python: 3.5
40
-# env: JUPYTERHUB_TEST_SUBDOMAIN_HOST=http://127.0.0.1.xip.io:8000
0 commit comments