Skip to content

Commit 6f2b96d

Browse files
committed
Set COVERAGE for all environments
1 parent a18df67 commit 6f2b96d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,21 @@ env:
1414
NUMPY_VERSION="1.8.0" SCIPY_VERSION="0.13.3"
1515
SKLEARN_VERSION="0.15.0" MATPLOTLIB_VERSION="1.4.0"
1616
INSTALL_SCOT="true" RUN_EXAMPLES="false"
17+
COVERAGE="false"
1718

1819
# This environment tests Python 2 support
1920
- DISTRIB="conda" PYTHON_VERSION="2.7" USE_MKL="true"
2021
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0"
2122
SKLEARN_VERSION="0.17.0" MATPLOTLIB_VERSION="1.5.1"
2223
INSTALL_SCOT="true" RUN_EXAMPLES="false"
24+
COVERAGE="false"
2325

2426
# This environment tests Python 3 support
2527
- DISTRIB="conda" PYTHON_VERSION="3.5" USE_MKL="true"
2628
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0"
2729
SKLEARN_VERSION="0.17.0" MATPLOTLIB_VERSION="1.5.1"
28-
COVERAGE="true"
2930
INSTALL_SCOT="true" RUN_EXAMPLES="false"
31+
COVERAGE="true"
3032

3133
install: source distributions/ci/install.sh
3234

0 commit comments

Comments
 (0)