Skip to content

Commit 2267eaa

Browse files
committed
change numpy version in .travis.yml for python 2.7
1 parent 8eae47a commit 2267eaa

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
@@ -48,7 +48,7 @@ language: python
4848
matrix:
4949
include:
5050
- python: 2.7
51-
env: MOCK=mock NUMPY=numpy==1.6
51+
env: MOCK=mock NUMPY=numpy==1.7.1
5252
- python: 3.4
5353
- python: 3.5
5454
env: PANDAS=pandas DELETE_FONT_CACHE=1

0 commit comments

Comments
 (0)