Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5275bf

Browse files
committed
Merge pull request matplotlib#4190 from tacaswell/backport_np1.6_testing
TST : Test with numpy 1.6 on Travis
2 parents dca69e8 + fdd0c7e commit c5275bf

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
@@ -6,12 +6,14 @@ env:
66
- secure: E7OCdqhZ+PlwJcn+Hd6ns9TDJgEUXiUNEI0wu7xjxB2vBRRIKtZMbuaZjd+iKDqCKuVOJKu0ClBUYxmgmpLicTwi34CfTUYt6D4uhrU+8hBBOn1iiK51cl/aBvlUUrqaRLVhukNEBGZcyqAjXSA/Qsnp2iELEmAfOUa92ZYo1sk=
77
- BUILD_DOCS=false
88
- TEST_ARGS=--no-pep8
9+
- NUMPY=numpy
910

1011
language: python
1112

1213
matrix:
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

2325
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
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

0 commit comments

Comments
 (0)