Skip to content

Commit c39a8bc

Browse files
committed
Install Cython in Travis CI
1 parent 87c788f commit c39a8bc

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
@@ -29,7 +29,7 @@ install:
2929
# create the testing environment
3030
- conda create -n testenv --yes python=$PYTHON_VERSION pip
3131
- source activate testenv
32-
- conda install --yes numpy==$NUMPY_VERSION scipy==$SCIPY_VERSION scikit-learn==$SKLEARN_VERSION nose pytest pytest-cov
32+
- conda install --yes numpy==$NUMPY_VERSION scipy==$SCIPY_VERSION scikit-learn==$SKLEARN_VERSION cython nose pytest pytest-cov
3333
- pip install codecov
3434
- pip install .
3535

0 commit comments

Comments
 (0)