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 8984753 commit 6681ef4Copy full SHA for 6681ef4
.travis.yml
@@ -92,7 +92,8 @@ matrix:
92
93
before_install:
94
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython"
95
- - TEST_DEPENDS="numpy==$NP_TEST_DEP nose"
+ # Tests need Cython because run_all.py wants to print out version
96
+ - TEST_DEPENDS="numpy==$NP_TEST_DEP nose Cython"
97
- source multibuild/common_utils.sh
98
- source multibuild/travis_steps.sh
99
- before_install
0 commit comments