Skip to content

Commit e423a7c

Browse files
Florian WilhelmFlorian Wilhelm
Florian Wilhelm
authored and
Florian Wilhelm
committed
FIX: Wrong Numpy version specified
1 parent db41be5 commit e423a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ virtualenv:
44
env:
55
matrix:
66
- DISTRIB="conda" PYTHON_VERSION="2.7" COVERAGE="true"
7-
NUMPY_VERSION="1.6.0" SCIPY_VERSION="0.13.3"
7+
NUMPY_VERSION="1.6.2" SCIPY_VERSION="0.13.3"
88
- DISTRIB="conda" PYTHON_VERSION="3.4"
99
NUMPY_VERSION="1.8.1" SCIPY_VERSION="0.13.3"
1010
install:

0 commit comments

Comments
 (0)