Skip to content

Commit

Permalink
Bump pandas version to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jun 3, 2014
1 parent c06f9fc commit f3ecb04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ env:
- SUDS_PKG='suds-jurko==0.4.1.jurko.4'
- TEST_MODE='tests'
matrix:
- NUMPY_VERSION=1.8.1 PANDAS_VERSION=0.14.0
- NUMPY_VERSION=1.7.1 PANDAS_VERSION=0.14.0
- NUMPY_VERSION=1.8.1 PANDAS_VERSION=0.13.1
- NUMPY_VERSION=1.7.1 PANDAS_VERSION=0.13.1
- NUMPY_VERSION=1.8.1 PANDAS_VERSION=0.12.0
matrix:
include:
- python: 2.7
env: TEST_MODE='sphinx' NUMPY_VERSION=1.8.1 PANDAS_VERSION=0.13.1
env: TEST_MODE='sphinx' NUMPY_VERSION=1.8.1 PANDAS_VERSION=0.14.0
- python: 2.7
env: TEST_MODE='offline' NUMPY_VERSION=1.8.1 PANDAS_VERSION=0.13.1
env: TEST_MODE='offline' NUMPY_VERSION=1.8.1 PANDAS_VERSION=0.14.0

before_install:
# Pick the suds version based on the python version
Expand Down

0 comments on commit f3ecb04

Please sign in to comment.