Skip to content

Commit

Permalink
TST: test with latest 0.18.x pandas release (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Jun 17, 2016
1 parent c780783 commit 7247acb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
global:
- PIP_WHEEL_DIR=$HOME/.cache/pip/wheels
- PIP_FIND_LINKS=file://$HOME/.cache/pip/wheels

# matrix creates 3+5x2 = 13 tests
matrix:
include:
Expand All @@ -29,7 +29,7 @@ matrix:
- python: 3.3
env: PANDAS=0.17.1 MATPLOTLIB=1.3.1
- python: 3.4
env: PANDAS=0.18.0 MATPLOTLIB=1.5.1
env: PANDAS=0.18.1 MATPLOTLIB=1.5.1

# Python 2.7 and 3.5 test all supported Pandas versions
- python: 2.7
Expand All @@ -39,7 +39,7 @@ matrix:
- python: 2.7
env: PANDAS=0.17.1 MATPLOTLIB=1.4.3
- python: 2.7
env: PANDAS=0.18.0 MATPLOTLIB=1.5.1
env: PANDAS=0.18.1 MATPLOTLIB=1.5.1
- python: 2.7
env: PANDAS=master MATPLOTLIB=master

Expand All @@ -51,14 +51,14 @@ matrix:
- python: 3.5
env: PANDAS=0.17.1 MATPLOTLIB=1.4.3
- python: 3.5
env: PANDAS=0.18.0 MATPLOTLIB=1.5.1
env: PANDAS=0.18.1 MATPLOTLIB=1.5.1
- python: 3.5
env: PANDAS=master MATPLOTLIB=master

# matplotlib 2.x (development version) causes a few tests to fail
allow_failures:
- env: PANDAS=master MATPLOTLIB=master


before_install:
- pip install -U pip
Expand Down

0 comments on commit 7247acb

Please sign in to comment.