File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,21 @@ matrix:
12
12
python : " 3.5"
13
13
- os : linux
14
14
python : " 3.6"
15
+ - os : linux
16
+ python : " 3.7"
17
+ dist : xenial
18
+ - os : linux
19
+ python : " 3.8"
20
+ dist : xenial
15
21
16
22
- os : osx
17
23
language : generic
18
24
env :
19
25
- OSXENV=3.6.0
26
+ - os : osx
27
+ language : generic
28
+ env :
29
+ - OSXENV=3.7.0
20
30
- os : osx
21
31
language : generic
22
32
env :
Original file line number Diff line number Diff line change @@ -6,12 +6,16 @@ environment:
6
6
PYVER : " 3.5"
7
7
- PYTHON : " C:\\ Python36"
8
8
PYVER : " 3.6"
9
+ - PYTHON : " C:\\ Python37"
10
+ PYVER : " 3.7"
9
11
- PYTHON : " C:\\ Python27-x64"
10
12
PYVER : " 2.7"
11
13
- PYTHON : " C:\\ Python35-x64"
12
14
PYVER : " 3.5"
13
15
- PYTHON : " C:\\ Python36-x64"
14
16
PYVER : " 3.6"
17
+ - PYTHON : " C:\\ Python37-x64"
18
+ PYVER : " 3.7"
15
19
16
20
build : false
17
21
You can’t perform that action at this time.
0 commit comments