We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d23312 + 5cdb004 commit 9641a86Copy full SHA for 9641a86
.travis.yml
@@ -2,15 +2,19 @@
2
language: python
3
sudo: false
4
python:
5
- - 3.7
+ - 3.8
6
- 3.6
7
- - 3.5
8
env:
9
- JHUB_VER=0.9.6
10
- JHUB_VER=1.0.0
+ - JHUB_VER=1.1.0
11
matrix:
12
include:
13
+ - python: 3.5
14
+ env: JHUB_VER=0.9.6
15
- python: 3.7
16
+ env: JHUB_VER=1.0.0
17
+ - python: 3.8
18
env: JHUB_VER=master
19
allow_failures:
20
- env: JHUB_VER=master
@@ -21,6 +25,7 @@ before_install:
21
25
- pip install --upgrade pip
22
26
install:
23
27
- pip install --pre -r jupyterhub/dev-requirements.txt
28
+ - pip install --upgrade pytest
24
29
- pip install --pre -e jupyterhub
30
- pip install --pre -f travis-wheels/wheelhouse -r requirements.txt
31
0 commit comments