Skip to content

Commit 4b5e714

Browse files
committed
Drop 32-bit OSX tests
Most of us are dropping 32-bit OSX these days.
1 parent 505da9f commit 4b5e714

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,10 @@ matrix:
5050
- os: linux
5151
env:
5252
- MB_PYTHON_VERSION=3.5
53-
- NP_BUILD_DEP="1.9.3"
54-
- NP_TEST_DEP="1.9.3"
5553
- os: linux
5654
env:
5755
- MB_PYTHON_VERSION=3.5
5856
- PLAT=i686
59-
- NP_BUILD_DEP="1.9.3"
60-
- NP_TEST_DEP="1.9.3"
6157
- os: linux
6258
env:
6359
- MB_PYTHON_VERSION=3.6

config.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ function run_tests {
1515
# Runs tests on installed distribution from an empty directory
1616
cp ../netcdf4-python/test/* .
1717
python run_all.py
18-
if [ -n "$IS_OSX" ]; then
19-
arch -i386 python run_all.py
20-
fi
2118
}

0 commit comments

Comments
 (0)