From 891c5cd73c604862fbefd014cc6536faf571d260 Mon Sep 17 00:00:00 2001 From: James McBride Date: Mon, 26 Feb 2018 00:49:58 -0800 Subject: [PATCH] BLD: remove matplotlib master from 2.7 (#682) Matplotlib master no longer supports python 2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5149495..d75a6cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: - python: 2.7 env: PANDAS=0.20.2 MATPLOTLIB=2.0.2 - python: 2.7 - env: PANDAS=master MATPLOTLIB=master + env: PANDAS=master MATPLOTLIB=2.1.2 - python: 3.6 env: PANDAS=0.16.2 MATPLOTLIB=1.4.3 SHAPELY=1.5.17