@@ -42,22 +42,22 @@ matrix:
42
42
CYTHON_VERSION="0.25.2" COVERAGE=true
43
43
# This environment use pytest to run the tests. It uses the newest
44
44
# supported Anaconda release (4.4.0). It also runs tests requiring Pandas.
45
- # - env: USE_PYTEST="true" DISTRIB="conda" PYTHON_VERSION="3.6.1"
46
- # INSTALL_MKL="true" NUMPY_VERSION="1.12.1" SCIPY_VERSION="0.19.0"
47
- # PANDAS_VERSION="0.20.1" CYTHON_VERSION="0.25.2"
45
+ - env : USE_PYTEST="true" DISTRIB="conda" PYTHON_VERSION="3.6.1"
46
+ INSTALL_MKL="true" NUMPY_VERSION="1.12.1" SCIPY_VERSION="0.19.0"
47
+ PANDAS_VERSION="0.20.1" CYTHON_VERSION="0.25.2"
48
48
# flake8 linting on diff wrt common ancestor with upstream/master
49
49
- env : RUN_FLAKE8="true" SKIP_TESTS="true"
50
50
DISTRIB="conda" PYTHON_VERSION="3.5" INSTALL_MKL="true"
51
51
NUMPY_VERSION="1.12.1" SCIPY_VERSION="0.19.0" CYTHON_VERSION="0.23.5"
52
52
# This environment tests scikit-learn against numpy and scipy master
53
53
# installed from their CI wheels in a virtualenv with the Python
54
54
# interpreter provided by travis.
55
- # - python: 3.5
56
- # env: DISTRIB="scipy-dev-wheels"
57
- # allow_failures:
58
- # # allow_failures seems to be keyed on the python version
59
- # # We are using this to allow failures for DISTRIB=scipy-dev-wheels
60
- # - python: 3.5
55
+ - python : 3.5
56
+ env : DISTRIB="scipy-dev-wheels"
57
+ allow_failures :
58
+ # allow_failures seems to be keyed on the python version
59
+ # We are using this to allow failures for DISTRIB=scipy-dev-wheels
60
+ - python : 3.5
61
61
62
62
install : source build_tools/travis/install.sh
63
63
script : bash build_tools/travis/test_script.sh
0 commit comments