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

Skip to content

Commit 0c074fc

Browse files
committed
Test with numpy 1.6 on Travis
Couple it with Python 2.6, since those are older versions of the dependencies.
1 parent 447c90d commit 0c074fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.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 pyparsing pillow
26+
- pip install -q --use-mirrors nose python-dateutil $NUMPY pep8 pyparsing pillow
2527
- sudo apt-get update && sudo apt-get -qq install inkscape libav-tools
2628
- if [[ $BUILD_DOCS == true ]]; then pip install sphinx numpydoc linkchecker; fi
2729
- python setup.py install

0 commit comments

Comments
 (0)