Skip to content

Commit 9641a86

Browse files
authored
Merge pull request #180 from rkdarst/fix-ci
travis: Attempt to fix CI
2 parents 8d23312 + 5cdb004 commit 9641a86

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
language: python
33
sudo: false
44
python:
5-
- 3.7
5+
- 3.8
66
- 3.6
7-
- 3.5
87
env:
98
- JHUB_VER=0.9.6
109
- JHUB_VER=1.0.0
10+
- JHUB_VER=1.1.0
1111
matrix:
1212
include:
13+
- python: 3.5
14+
env: JHUB_VER=0.9.6
1315
- python: 3.7
16+
env: JHUB_VER=1.0.0
17+
- python: 3.8
1418
env: JHUB_VER=master
1519
allow_failures:
1620
- env: JHUB_VER=master
@@ -21,6 +25,7 @@ before_install:
2125
- pip install --upgrade pip
2226
install:
2327
- pip install --pre -r jupyterhub/dev-requirements.txt
28+
- pip install --upgrade pytest
2429
- pip install --pre -e jupyterhub
2530
- pip install --pre -f travis-wheels/wheelhouse -r requirements.txt
2631

0 commit comments

Comments
 (0)