This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,6 @@ environment:
27
27
DAILY_COMMIT : master
28
28
29
29
matrix :
30
- - PYTHON : C:\Python35
31
- PYTHON_VERSION : 3.5
32
- PYTHON_ARCH : 32
33
-
34
- - PYTHON : C:\Python35-x64
35
- PYTHON_VERSION : 3.5
36
- PYTHON_ARCH : 64
37
-
38
30
- PYTHON : C:\Python36
39
31
PYTHON_VERSION : 3.6
40
32
PYTHON_ARCH : 32
Original file line number Diff line number Diff line change 18
18
19
19
language : python
20
20
# Default Python version is usually 2.7
21
- python : 3.5
21
+ python : 3.6
22
22
sudo : required
23
- dist : trusty
23
+ dist : bionic
24
24
services : docker
25
25
26
26
matrix :
27
27
exclude :
28
- # Exclude the default Python 3.5 build
29
- - python : 3.5
28
+ # Exclude the default Python 3.6 build
29
+ - python : 3.6
30
30
include :
31
- - os : linux
32
- env :
33
- - MB_PYTHON_VERSION=3.5
34
- - os : linux
35
- env :
36
- - MB_PYTHON_VERSION=3.5
37
- - PLAT=i686
38
31
- os : linux
39
32
env :
40
33
- MB_PYTHON_VERSION=3.6
@@ -56,12 +49,6 @@ matrix:
56
49
env :
57
50
- MB_PYTHON_VERSION=3.8
58
51
- PLAT=i686
59
- - os : osx
60
- language : generic
61
- osx_image : xcode6.4
62
- env :
63
- - MB_PYTHON_VERSION=3.5
64
- - MB_PYTHON_OSX_VER=10.6
65
52
- os : osx
66
53
language : generic
67
54
osx_image : xcode10.1
You can’t perform that action at this time.
0 commit comments