Skip to content

Commit 610e2cd

Browse files
committed
unpin attrs in travis config and remove cruft
1 parent 796e650 commit 610e2cd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,8 @@ before_install:
2626
install:
2727
# Don't let requirements pull in tornado 5 yet except for jupyterhub master
2828
- 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
3029
- pip install --pre -r jupyterhub/dev-requirements.txt
3130
- pip install --pre -e jupyterhub
3231

3332
script:
3433
- 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

Comments
 (0)