Skip to content

Commit 9f29a92

Browse files
committed
TRAVIS put back all the builds
now that the sprint is over.
1 parent 57d3472 commit 9f29a92

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@ matrix:
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.
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"
4848
# flake8 linting on diff wrt common ancestor with upstream/master
4949
- env: RUN_FLAKE8="true" SKIP_TESTS="true"
5050
DISTRIB="conda" PYTHON_VERSION="3.5" INSTALL_MKL="true"
5151
NUMPY_VERSION="1.12.1" SCIPY_VERSION="0.19.0" CYTHON_VERSION="0.23.5"
5252
# This environment tests scikit-learn against numpy and scipy master
5353
# installed from their CI wheels in a virtualenv with the Python
5454
# 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
6161

6262
install: source build_tools/travis/install.sh
6363
script: bash build_tools/travis/test_script.sh

0 commit comments

Comments
 (0)