@@ -38,15 +38,15 @@ matrix:
3838 NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.16.1" CYTHON_VERSION="0.25.2"
3939 PILLOW_VERSION="4.0.0" COVERAGE=true
4040 if : type != cron
41- # This environment tests the newest supported Anaconda release .
41+ # This environment tests the latest available dependencies .
4242 # It runs tests requiring pandas and PyAMG.
4343 # It also runs with the site joblib instead of the vendored copy of joblib.
44- - env : DISTRIB="conda" PYTHON_VERSION="3.6.2 " INSTALL_MKL="true"
45- NUMPY_VERSION="1.14.2 " SCIPY_VERSION="1.0.0 " PANDAS_VERSION="0.20.3 "
46- CYTHON_VERSION="0.26.1 " PYAMG_VERSION="3.3.2 " PILLOW_VERSION="4.3.0 "
47- JOBLIB_VERSION="0.12 " COVERAGE=true
44+ - env : DISTRIB="conda" PYTHON_VERSION="* " INSTALL_MKL="true"
45+ NUMPY_VERSION="* " SCIPY_VERSION="* " PANDAS_VERSION="* "
46+ CYTHON_VERSION="* " PYAMG_VERSION="* " PILLOW_VERSION="* "
47+ JOBLIB_VERSION="* " COVERAGE=true
4848 CHECK_PYTEST_SOFT_DEPENDENCY="true" TEST_DOCSTRINGS="true"
49- SKLEARN_SITE_JOBLIB=1
49+ SKLEARN_SITE_JOBLIB=1 CHECK_WARNINGS="true"
5050 if : type != cron
5151 # flake8 linting on diff wrt common ancestor with upstream/master
5252 - env : RUN_FLAKE8="true" SKIP_TESTS="true"
@@ -58,7 +58,7 @@ matrix:
5858 # installed from their CI wheels in a virtualenv with the Python
5959 # interpreter provided by travis.
6060 - python : 3.6
61- env : DISTRIB="scipy-dev"
61+ env : DISTRIB="scipy-dev" CHECK_WARNINGS="true"
6262 if : type = cron OR commit_message =~ /\[scipy-dev\]/
6363
6464install : source build_tools/travis/install.sh
0 commit comments