Skip to content

Commit 872e568

Browse files
authored
Merge pull request #87 from rkdarst/min_jupyterhub_0.8.1
.travis.yml: update Jupyterhub and Python vers tested
2 parents dbadffb + 8d28de2 commit 872e568

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.travis.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,22 @@ python:
55
- 3.6
66
- 3.5
77
- 3.4
8-
- 3.3
98
env:
10-
- JHUB_VER=0.5.0
11-
- JHUB_VER=0.6.1
129
- JHUB_VER=0.7.2
1310
- JHUB_VER=0.8.1
1411
- JHUB_VER=0.9.0b2
1512
matrix:
1613
include:
17-
- python: 3.6
18-
env: JHUB_VER=master
14+
- python: 3.7-dev
15+
env: JHUB_VER=0.9.0b2
16+
- python: 3.6
17+
env: JHUB_VER=master
1918
exclude:
20-
- python: 3.3
21-
env: JHUB_VER=0.8.1
22-
- python: 3.3
23-
env: JHUB_VER=0.9.0b2
24-
- python: 3.4
25-
env: JHUB_VER=0.9.0b2
19+
- python: 3.4
20+
env: JHUB_VER=0.9.0b2
2621
allow_failures:
2722
- env: JHUB_VER=master
23+
- python: 3.7-dev
2824

2925
before_install:
3026
- npm install -g configurable-http-proxy

0 commit comments

Comments
 (0)