File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 14
14
NUMPY_VERSION="1.8.0" SCIPY_VERSION="0.13.3"
15
15
SKLEARN_VERSION="0.15.0" MATPLOTLIB_VERSION="1.4.0"
16
16
INSTALL_SCOT="true" RUN_EXAMPLES="false"
17
+ COVERAGE="false"
17
18
18
19
# This environment tests Python 2 support
19
20
- DISTRIB="conda" PYTHON_VERSION="2.7" USE_MKL="true"
20
21
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0"
21
22
SKLEARN_VERSION="0.17.0" MATPLOTLIB_VERSION="1.5.1"
22
23
INSTALL_SCOT="true" RUN_EXAMPLES="false"
24
+ COVERAGE="false"
23
25
24
26
# This environment tests Python 3 support
25
27
- DISTRIB="conda" PYTHON_VERSION="3.5" USE_MKL="true"
26
28
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0"
27
29
SKLEARN_VERSION="0.17.0" MATPLOTLIB_VERSION="1.5.1"
28
- COVERAGE="true"
29
30
INSTALL_SCOT="true" RUN_EXAMPLES="false"
31
+ COVERAGE="true"
30
32
31
33
install : source distributions/ci/install.sh
32
34
You can’t perform that action at this time.
0 commit comments