Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down