diff --git a/.travis.yml b/.travis.yml index 7554580..c966351 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,7 @@ matrix: before_install: - BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython" # Tests need Cython because run_all.py wants to print out version - - TEST_DEPENDS="numpy==$NP_TEST_DEP nose Cython" + - TEST_DEPENDS="numpy==$NP_TEST_DEP nose Cython wheel==0.31.1"" - source multibuild/common_utils.sh - source multibuild/travis_steps.sh - before_install