Skip to content

Commit 99dba10

Browse files
author
Jeff Whitaker
committed
try pinning wheel version (as was done in pandas-wheels)
1 parent beb1d2f commit 99dba10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ matrix:
8787
before_install:
8888
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython"
8989
# Tests need Cython because run_all.py wants to print out version
90-
- TEST_DEPENDS="numpy==$NP_TEST_DEP nose Cython"
90+
- TEST_DEPENDS="numpy==$NP_TEST_DEP nose Cython wheel==0.31.1""
9191
- source multibuild/common_utils.sh
9292
- source multibuild/travis_steps.sh
9393
- before_install

0 commit comments

Comments
 (0)