File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2929 matrix :
3030 # This environment tests the using anaconda
3131 - DISTRIB="conda" PYTHON_VERSION="2.7" COVERAGE="true"
32- NUMPY_VERSION="1.9.3 " SCIPY_VERSION="0.16.0 "
32+ NUMPY_VERSION="1.10.4 " SCIPY_VERSION="0.17.1" SKLEARN_VERSION="0.18.1 "
3333 - DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
34- NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0 "
34+ NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.1" SKLEARN_VERSION="0.18.1 "
3535 # flake8 linting on diff wrt common ancestor with upstream/master
3636 - RUN_FLAKE8="true" SKIP_TESTS="true"
3737 DISTRIB="conda" PYTHON_VERSION="3.5"
38- NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0"
38+ NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" SKLEARN_VERSION="0.18.1"
3939
4040install : source build_tools/travis/install.sh
4141script : bash build_tools/travis/test_script.sh
Original file line number Diff line number Diff line change 2525# Configure the conda environment and put it in the path using the
2626# provided versions
2727conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
28- numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION \
28+ numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION scikit-learn= $SKLEARN_VERSION \
2929 libgfortran nomkl flake8
30- # source activate testenv
30+ source activate testenv
3131
3232# Install nose-timer via pip
3333pip install nose-timer
3434
35- # Install libgfortran with conda
36- conda install --yes libgfortran \
37- numpy=1.10.4 scipy=0.17.1 \
38- scikit-learn=0.17.1 \
39- six=1.10.0
35+ # # Install libgfortran with conda
36+ # conda install --yes libgfortran \
37+ # numpy=1.10.4 scipy=0.17.1 \
38+ # scikit-learn=0.17.1 \
39+ # six=1.10.0
4040
4141if [[ " $COVERAGE " == " true" ]]; then
4242 pip install coverage coveralls
You can’t perform that action at this time.
0 commit comments