Skip to content

Commit f9503cf

Browse files
author
Jeff Whitaker
committed
add setuptools build dependency
1 parent c3705e6 commit f9503cf

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
@@ -105,7 +105,7 @@ matrix:
105105
- NP_TEST_DEP="1.17.3"
106106

107107
before_install:
108-
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython"
108+
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython setuptools>=18.0"
109109
# Tests need Cython because run_all.py wants to print out version
110110
- TEST_DEPENDS="numpy==$NP_TEST_DEP nose Cython"
111111
- source multibuild/common_utils.sh

0 commit comments

Comments
 (0)