Skip to content

Commit

Permalink
TST: Exclude python 2.6 with pandas 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjordahl committed Jul 6, 2014
1 parent 0e42d9c commit 9bd4f59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ env:
- PANDAS_VERSION=v0.14.0
- PANDAS_VERSION=master

matrix:
exclude:
- python: 2.6
env: PANDAS_VERSION=v0.14.0

before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update
Expand Down

0 comments on commit 9bd4f59

Please sign in to comment.