From 7247acbcbbcc9cfb91be0db72fe79052ce7d6e06 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sat, 18 Jun 2016 00:22:35 +0200 Subject: [PATCH] TST: test with latest 0.18.x pandas release (#349) --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3980a09..2233326 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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