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 6
6
- secure : E7OCdqhZ+PlwJcn+Hd6ns9TDJgEUXiUNEI0wu7xjxB2vBRRIKtZMbuaZjd+iKDqCKuVOJKu0ClBUYxmgmpLicTwi34CfTUYt6D4uhrU+8hBBOn1iiK51cl/aBvlUUrqaRLVhukNEBGZcyqAjXSA/Qsnp2iELEmAfOUa92ZYo1sk=
7
7
- BUILD_DOCS=false
8
8
- TEST_ARGS=--no-pep8
9
+ - NUMPY=numpy
9
10
10
11
language : python
11
12
12
13
matrix :
13
14
include :
14
15
- python : 2.6
16
+ env : NUMPY=numpy==1.6
15
17
- python : 2.7
16
18
- python : 3.3
17
19
- python : 3.4
@@ -21,7 +23,7 @@ matrix:
21
23
env : BUILD_DOCS=true
22
24
23
25
install :
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
25
27
- sudo apt-get update && sudo apt-get -qq install inkscape libav-tools mencoder
26
28
# We use --no-install-recommends to avoid pulling in additional large latex docs that we don't need
27
29
- 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