Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit c106e05

Browse files
Fixup daily (#68)
* bump numpy * remove 35
1 parent 4cbd977 commit c106e05

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

.travis.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,16 @@ matrix:
3030
- os: linux
3131
env:
3232
- 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"
3535

36-
- os: linux
36+
- os: osx
37+
language: generic
3738
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+
3943
- os: linux
4044
env:
4145
- MB_PYTHON_VERSION=3.6
@@ -48,14 +52,6 @@ matrix:
4852
env:
4953
- MB_PYTHON_VERSION=3.6
5054
- 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"
5955
- os: osx
6056
language: generic
6157
env:

config.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ function build_wheel {
2222
}
2323

2424

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-
3525
function run_tests {
3626
# Runs tests on installed distribution from an empty directory
3727
export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))')

0 commit comments

Comments
 (0)