@@ -16,14 +16,20 @@ install:
1616 # of dependencies, and only pin kubernetes if $KUBE_PY is specified.
1717 - pip install --upgrade setuptools pip
1818 - pip install -e ".[test]" ${PRE_RELEASES:+--pre} ${KUBE_PY:+kubernetes==${KUBE_PY}}
19+ <<<<<<< HEAD
1920
21+ =======
22+ >>>>>>> 91d1d60... Test JupyterHub's master branch
2023 # Allow for testing against the jupyterhub master branch as well
2124 - |
2225 if [ "$JUPYTERHUB_MASTER" == "TRUE" ]; then
2326 pip install https://github.com/jupyterhub/jupyterhub/archive/master.zip
2427 fi
28+ <<<<<<< HEAD
2529
2630 # Log installed python packages' versions
31+ =======
32+ >>>>>>> 91d1d60... Test JupyterHub's master branch
2733 - pip freeze
2834
2935# run tests
@@ -61,12 +67,10 @@ jobs:
6167
6268 - name : client:9,k8s:1.13
6369 env : KUBE_PY=9 KUBE_VERSION=1.13.12
64- dist : xenial
65- # NOTE: TravisCI's linux kernel, has since 2020 or so, when specifying
66- # bionic as a distribution, made minikube fail to start a k8s 1.13
67- # cluster. This is why we use xenial here.
68- # Reference - a build failure with bionic:
69- # https://travis-ci.org/jupyterhub/kubespawner/jobs/642305915
70+ - python : 3.6
71+ env : &latest_supported KUBE_PY=10 KUBE_VERSION=1.14.9
72+ - python : 3.6
73+ env : KUBE_PY=10 KUBE_VERSION=1.14.9 JUPYTERHUB_MASTER=TRUE
7074
7175 - name : client:10,k8s:1.14,py:37
7276 env : KUBE_PY=10 KUBE_VERSION=1.14.0
0 commit comments