Skip to content

Commit

Permalink
change numpy version in .travis.yml for python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
efiring committed Nov 18, 2016
1 parent 8eae47a commit 2267eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ language: python
matrix:
include:
- python: 2.7
env: MOCK=mock NUMPY=numpy==1.6
env: MOCK=mock NUMPY=numpy==1.7.1
- python: 3.4
- python: 3.5
env: PANDAS=pandas DELETE_FONT_CACHE=1
Expand Down

0 comments on commit 2267eaa

Please sign in to comment.