Skip to content

Commit 8b64844

Browse files
amuellerjnothman
authored andcommitted
CI upgrade travis to run on new numpy release (scikit-learn#9096)
1 parent 08ec7be commit 8b64844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ matrix:
3838
# This environment tests the newest supported Anaconda release (4.4.0)
3939
# It also runs tests requiring Pandas.
4040
- env: DISTRIB="conda" PYTHON_VERSION="3.6.1" INSTALL_MKL="true"
41-
NUMPY_VERSION="1.12.1" SCIPY_VERSION="0.19.0" PANDAS_VERSION="0.20.1"
41+
NUMPY_VERSION="1.13" SCIPY_VERSION="0.19.0" PANDAS_VERSION="0.20.2"
4242
CYTHON_VERSION="0.25.2" COVERAGE=true
4343
# This environment use pytest to run the tests. It uses the newest
4444
# supported Anaconda release (4.4.0). It also runs tests requiring Pandas.
@@ -49,7 +49,7 @@ matrix:
4949
# flake8 linting on diff wrt common ancestor with upstream/master
5050
- env: RUN_FLAKE8="true" SKIP_TESTS="true"
5151
DISTRIB="conda" PYTHON_VERSION="3.5" INSTALL_MKL="true"
52-
NUMPY_VERSION="1.12.1" SCIPY_VERSION="0.19.0" CYTHON_VERSION="0.23.5"
52+
NUMPY_VERSION="1.13" SCIPY_VERSION="0.19.0" CYTHON_VERSION="0.23.5"
5353
# This environment tests scikit-learn against numpy and scipy master
5454
# installed from their CI wheels in a virtualenv with the Python
5555
# interpreter provided by travis.

0 commit comments

Comments
 (0)