We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17482e3 commit ecdafc9Copy full SHA for ecdafc9
.travis.yml
@@ -24,8 +24,16 @@ env:
24
matrix:
25
# This environment tests that scikit-learn can be built against
26
# versions of numpy, scipy with ATLAS that comes with Ubuntu Precise 12.04
27
- - DISTRIB="ubuntu" PYTHON_VERSION="2.7" CYTHON_VERSION="0.23.4"
28
- COVERAGE=true
+ - env:
+ - DISTRIB="ubuntu"
29
+ - PYTHON_VERSION="2.7"
30
+ - CYTHON_VERSION="0.23.4"
31
+ - COVERAGE=true
32
+ addons:
33
+ apt:
34
+ packages:
35
+ - libatlas3gf-base
36
+ - libatlas-dev
37
# This environment tests the oldest supported anaconda env
38
- DISTRIB="conda" PYTHON_VERSION="2.7" INSTALL_MKL="false"
39
NUMPY_VERSION="1.6.2" SCIPY_VERSION="0.11.0" CYTHON_VERSION="0.23"
0 commit comments