TST: test with latest 0.18.x pandas release (#349)

This commit is contained in:
Joris Van den Bossche
2016-06-18 00:22:35 +02:00
committed by GitHub
parent c780783d1c
commit 7247acbcbb
+5 -5
View File
@@ -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:
@@ -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
@@ -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
@@ -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