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 4b5e714 commit 2142fe8Copy full SHA for 2142fe8
.travis.yml
@@ -77,8 +77,6 @@ matrix:
77
language: generic
78
env:
79
- MB_PYTHON_VERSION=3.5
80
- - NP_BUILD_DEP="1.9.3"
81
- - NP_TEST_DEP="1.9.3"
82
- os: osx
83
84
config.sh
@@ -11,6 +11,10 @@ function build_libs {
11
build_netcdf
12
}
13
14
+function pip_opts {
15
+ echo "--find-links https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
16
+}
17
+
18
function run_tests {
19
# Runs tests on installed distribution from an empty directory
20
cp ../netcdf4-python/test/* .
0 commit comments