Skip to content

Commit

Permalink
[jupyterhub] fix tests to <0.8 until I figure out why it's breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
jcb91 committed Oct 4, 2017
1 parent afe91d2 commit 9ed2a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -113,7 +113,7 @@ before_install:
- 'if [[ ${TOXENV} == "condarecipe" ]]; then conda info -a; fi # Useful for debugging any issues with conda'
- 'if [[ ${TOXENV} == "condarecipe" ]]; then git fetch --unshallow; fi'
# also install npm configurable proxy for jupyterhub!
- 'if [[ ${TOXENV} == "jupyterhub" ]]; then npm install configurable-http-proxy; fi;'
- 'if [[ ${TOXENV} == "jupyterhub" ]]; then npm install -g configurable-http-proxy; fi;'
# decide whether js tests will run
- 'if [[ ${TRAVIS_OS_NAME} == "linux" ]] && [[ ${TOXENV} == py* || ${TOXENV} == jupyterhub ]]; then JS_TESTS="true"; else JS_TESTS="false"; fi;'
- 'echo "\${JS_TESTS}=$JS_TESTS";'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -26,7 +26,7 @@ passenv = *
usedevelop = false
deps =
coverage
jupyterhub: jupyterhub>=0.7
jupyterhub: jupyterhub>=0.7,<0.8
mock
nose
notebook40: notebook>=4.0,<4.1
Expand Down

0 comments on commit 9ed2a3b

Please sign in to comment.