We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505da9f commit 4b5e714Copy full SHA for 4b5e714
.travis.yml
@@ -50,14 +50,10 @@ matrix:
50
- os: linux
51
env:
52
- MB_PYTHON_VERSION=3.5
53
- - NP_BUILD_DEP="1.9.3"
54
- - NP_TEST_DEP="1.9.3"
55
56
57
58
- PLAT=i686
59
60
61
62
63
- MB_PYTHON_VERSION=3.6
config.sh
@@ -15,7 +15,4 @@ function run_tests {
15
# Runs tests on installed distribution from an empty directory
16
cp ../netcdf4-python/test/* .
17
python run_all.py
18
- if [ -n "$IS_OSX" ]; then
19
- arch -i386 python run_all.py
20
- fi
21
}
0 commit comments