We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c788f commit c39a8bcCopy full SHA for c39a8bc
.travis.yml
@@ -29,7 +29,7 @@ install:
29
# create the testing environment
30
- conda create -n testenv --yes python=$PYTHON_VERSION pip
31
- source activate testenv
32
- - conda install --yes numpy==$NUMPY_VERSION scipy==$SCIPY_VERSION scikit-learn==$SKLEARN_VERSION nose pytest pytest-cov
+ - conda install --yes numpy==$NUMPY_VERSION scipy==$SCIPY_VERSION scikit-learn==$SKLEARN_VERSION cython nose pytest pytest-cov
33
- pip install codecov
34
- pip install .
35
0 commit comments