File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - secure : E7OCdqhZ+PlwJcn+Hd6ns9TDJgEUXiUNEI0wu7xjxB2vBRRIKtZMbuaZjd+iKDqCKuVOJKu0ClBUYxmgmpLicTwi34CfTUYt6D4uhrU+8hBBOn1iiK51cl/aBvlUUrqaRLVhukNEBGZcyqAjXSA/Qsnp2iELEmAfOUa92ZYo1sk=
77 - BUILD_DOCS=false
88 - TEST_ARGS=--no-pep8
9+ - NUMPY=numpy
910
1011language : python
1112
1213matrix :
1314 include :
1415 - python : 2.6
16+ env : NUMPY=numpy==1.6
1517 - python : 2.7
1618 - python : 3.3
1719 - python : 3.4
@@ -21,7 +23,7 @@ matrix:
2123 env : BUILD_DOCS=true
2224
2325install :
24- - pip install -q --use-mirrors nose python-dateutil numpy pep8==1.5.7 pyparsing pillow
26+ - pip install -q --use-mirrors nose python-dateutil $NUMPY pep8==1.5.7 pyparsing pillow
2527 - sudo apt-get update && sudo apt-get -qq install inkscape libav-tools mencoder
2628 # We use --no-install-recommends to avoid pulling in additional large latex docs that we don't need
2729 - if [[ $BUILD_DOCS == true ]]; then sudo apt-get install -qq --no-install-recommends dvipng texlive-latex-base texlive-latex-extra texlive-fonts-recommended graphviz; fi
You can’t perform that action at this time.
0 commit comments