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 beb1d2f commit 99dba10Copy full SHA for 99dba10
.travis.yml
@@ -87,7 +87,7 @@ matrix:
87
before_install:
88
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython"
89
# Tests need Cython because run_all.py wants to print out version
90
- - TEST_DEPENDS="numpy==$NP_TEST_DEP nose Cython"
+ - TEST_DEPENDS="numpy==$NP_TEST_DEP nose Cython wheel==0.31.1""
91
- source multibuild/common_utils.sh
92
- source multibuild/travis_steps.sh
93
- before_install
0 commit comments