Skip to content

Commit 2142fe8

Browse files
committed
Add numpy-1.9.0 source for OSX
Use numpy-1.9.0 for OSX
1 parent 4b5e714 commit 2142fe8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ matrix:
7777
language: generic
7878
env:
7979
- MB_PYTHON_VERSION=3.5
80-
- NP_BUILD_DEP="1.9.3"
81-
- NP_TEST_DEP="1.9.3"
8280
- os: osx
8381
language: generic
8482
env:

config.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ function build_libs {
1111
build_netcdf
1212
}
1313

14+
function pip_opts {
15+
echo "--find-links https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
16+
}
17+
1418
function run_tests {
1519
# Runs tests on installed distribution from an empty directory
1620
cp ../netcdf4-python/test/* .

0 commit comments

Comments
 (0)