From 99dba109b12c65bb0fbf389b991476bf62c0f3e7 Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Tue, 23 Oct 2018 16:27:03 -0600 Subject: [PATCH] try pinning wheel version (as was done in pandas-wheels) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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