Skip to content

Commit 6681ef4

Browse files
committed
Add Cython to test dependencies.
1 parent 8984753 commit 6681ef4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ matrix:
9292

9393
before_install:
9494
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython"
95-
- TEST_DEPENDS="numpy==$NP_TEST_DEP nose"
95+
# Tests need Cython because run_all.py wants to print out version
96+
- TEST_DEPENDS="numpy==$NP_TEST_DEP nose Cython"
9697
- source multibuild/common_utils.sh
9798
- source multibuild/travis_steps.sh
9899
- before_install

0 commit comments

Comments
 (0)