This repository was archived by the owner on May 3, 2023. It is now read-only.
File tree 2 files changed +8
-22
lines changed 2 files changed +8
-22
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,16 @@ matrix:
30
30
- os : linux
31
31
env :
32
32
- MB_PYTHON_VERSION=3.8
33
- - NP_BUILD_DEP="numpy==1.18.0.dev0 "
34
- - NP_TEST_DEP="numpy==1.18.0.dev0 "
33
+ - NP_BUILD_DEP="numpy==1.17.3 "
34
+ - NP_TEST_DEP="numpy==1.17.3 "
35
35
36
- - os : linux
36
+ - os : osx
37
+ language : generic
37
38
env :
38
- - MB_PYTHON_VERSION=3.5
39
+ - MB_PYTHON_VERSION=3.8
40
+ - NP_BUILD_DEP="numpy==1.17.3"
41
+ - NP_TEST_DEP="numpy==1.17.3"
42
+
39
43
- os : linux
40
44
env :
41
45
- MB_PYTHON_VERSION=3.6
@@ -48,14 +52,6 @@ matrix:
48
52
env :
49
53
- MB_PYTHON_VERSION=3.6
50
54
- PLAT=i686
51
- - os : osx
52
- language : generic
53
- env :
54
- - MB_PYTHON_VERSION=3.5
55
- - MB_PYTHON_OSX_VER=10.6 # no python.org 10.9 builds for 3.5
56
- # WAR for setup_requires TLS issue with Python 3.5 on macOS
57
- # see https://github.com/pandas-dev/pandas/issues/28954
58
- - EXTRA_BUILD_DEP="setuptools_scm"
59
55
- os : osx
60
56
language : generic
61
57
env :
Original file line number Diff line number Diff line change @@ -22,16 +22,6 @@ function build_wheel {
22
22
}
23
23
24
24
25
- function pip_opts {
26
- # Add pre-release index until official NumPy release with 3.8
27
- if [ -n " $MANYLINUX_URL " ]; then
28
- echo " --find-links $MANYLINUX_URL --find-links=https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
29
- else
30
- echo " --find-links=https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
31
- fi
32
- }
33
-
34
-
35
25
function run_tests {
36
26
# Runs tests on installed distribution from an empty directory
37
27
export PYTHONHASHSEED=$( python -c ' import random; print(random.randint(1, 4294967295))' )
You can’t perform that action at this time.
0 commit comments