From aacf4b4248a5433829b61744b023ed9941eb42c9 Mon Sep 17 00:00:00 2001 From: Cameron Davidson-Pilon Date: Thu, 22 Jun 2017 08:37:25 -0400 Subject: [PATCH] increase the coverage of matplotlib --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3ff4795f3..a4b416cd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,12 @@ matrix: include: - python: 2.7 env: MATPLOTLIB_VERSION=1.5.3 DISPLAY=:99.0 + - python: 2.7 + env: MATPLOTLIB_VERSION=2.0.2 DISPLAY=:99.0 - python: 3.5 env: MATPLOTLIB_VERSION=1.5.3 DISPLAY=:99.0 + - python: 3.5 + env: MATPLOTLIB_VERSION=2.0.2 DISPLAY=:99.0 # allow_failures: # - python: "nightly"