File tree Expand file tree Collapse file tree 3 files changed +7
-36
lines changed Expand file tree Collapse file tree 3 files changed +7
-36
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,12 @@ os: Visual Studio 2015
4
4
5
5
environment :
6
6
matrix :
7
- - PYTHON : " C:\\ Python27"
8
- - PYTHON : " C:\\ Python27-x64"
9
- - PYTHON : " C:\\ Python34"
10
- - PYTHON : " C:\\ Python34-x64"
11
- - PYTHON : " C:\\ Python35"
12
- - PYTHON : " C:\\ Python35-x64"
13
7
- PYTHON : " C:\\ Python36"
14
8
- PYTHON : " C:\\ Python36-x64"
15
9
- PYTHON : " C:\\ Python37"
16
10
- PYTHON : " C:\\ Python37-x64"
11
+ - PYTHON : " C:\\ Python38"
12
+ - PYTHON : " C:\\ Python38-x64"
17
13
18
14
build_script :
19
15
- " git --no-pager log -n2"
Original file line number Diff line number Diff line change 1
1
language : python
2
- sudo : false
3
- dist : trusty
2
+ dist : bionic
4
3
5
4
matrix :
6
5
include :
7
- - python : 3.6
6
+ - python : 3.8
8
7
env : CHECK_DOCS=1
9
- - python : 3.6
8
+ - python : 3.8
10
9
env : CHECK_FORMATTING=1
11
- - python : pypy
12
- - python : pypy3.5
13
- - python : 2.7
14
- - python : 3.4
15
- - python : 3.5.0
16
- - python : 3.5.2
10
+ - python : pypy3.6-7.2.0
17
11
- python : 3.6
18
12
- python : 3.7
19
- dist : xenial
20
- sudo : required
21
- - python : 3.8-dev
22
- dist : xenial
23
- sudo : required
13
+ - python : 3.8
24
14
25
15
26
16
script :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments