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 +28
-6
lines changed Expand file tree Collapse file tree 2 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ environment:
14
14
MINGW_64 : C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
15
15
OPENBLAS_32 : " https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-v0.3.7-win32-gcc_7_1_0.zip"
16
16
OPENBLAS_64 : " https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-v0.3.7-win_amd64-gcc_7_1_0.zip"
17
+
17
18
CYTHON_BUILD_DEP : Cython
18
19
TEST_MODE : fast
19
20
APPVEYOR_SAVE_CACHE_ON_ERROR : true
@@ -22,10 +23,18 @@ environment:
22
23
WHEELHOUSE_UPLOADER_SECRET :
23
24
secure :
24
25
9s0gdDGnNnTt7hvyNpn0/ZzOMGPdwPp2SewFTfGzYk7uI+rdAN9rFq2D1gAP4NQh
25
- BUILD_COMMIT : master
26
+ BUILD_COMMIT : ff3df08438d570b0ccdda3f8a008278d8a4ad394
26
27
DAILY_COMMIT : master
27
28
28
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
+
29
38
- PYTHON : C:\Python36
30
39
PYTHON_VERSION : 3.6
31
40
PYTHON_ARCH : 32
@@ -50,6 +59,7 @@ environment:
50
59
PYTHON_VERSION : 3.8
51
60
PYTHON_ARCH : 64
52
61
62
+
53
63
init :
54
64
- " ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
55
65
- " ECHO \" %APPVEYOR_SCHEDULED_BUILD%\" "
Original file line number Diff line number Diff line change 2
2
global :
3
3
- REPO_DIR=numpy
4
4
# Also see DAILY_COMMIT below
5
- - BUILD_COMMIT=master
5
+ - BUILD_COMMIT=ff3df08438d570b0ccdda3f8a008278d8a4ad394
6
6
- BUILD_DEPENDS=cython
7
7
- TEST_DEPENDS=pytest
8
8
- PLAT=x86_64
@@ -22,16 +22,19 @@ python: 3.5
22
22
sudo : required
23
23
dist : trusty
24
24
services : docker
25
- # Force xcode 6.4 image to work round
26
- # https://github.com/python-pillow/pillow-wheels/issues/45
27
- # sync with multibuild/.travis.yml 2019-08-21
28
- osx_image : xcode10.1
29
25
30
26
matrix :
31
27
exclude :
32
28
# Exclude the default Python 3.5 build
33
29
- python : 3.5
34
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
35
38
- os : linux
36
39
env :
37
40
- MB_PYTHON_VERSION=3.6
@@ -55,16 +58,25 @@ matrix:
55
58
- PLAT=i686
56
59
- os : osx
57
60
language : generic
61
+ osx_image : xcode6.4
62
+ env :
63
+ - MB_PYTHON_VERSION=3.5
64
+ - MB_PYTHON_OSX_VER=10.6
65
+ - os : osx
66
+ language : generic
67
+ osx_image : xcode10.1
58
68
env :
59
69
- MB_PYTHON_VERSION=3.6
60
70
- MB_PYTHON_OSX_VER=10.9
61
71
- os : osx
62
72
language : generic
73
+ osx_image : xcode10.1
63
74
env :
64
75
- MB_PYTHON_VERSION=3.7
65
76
- MB_PYTHON_OSX_VER=10.9
66
77
- os : osx
67
78
language : generic
79
+ osx_image : xcode10.1
68
80
env :
69
81
- MB_PYTHON_VERSION=3.8
70
82
- MB_PYTHON_OSX_VER=10.9
You can’t perform that action at this time.
0 commit comments