From ce107da41dbddbb2ff2a17eb2261855b993f902f 2020-04-17 22:49:12 From: Matthias Bussonnier Date: 2020-04-17 22:49:12 Subject: [PATCH] Backport PR #12184: exclude broken matplotlib in travis --- diff --git a/.travis.yml b/.travis.yml index 9bb3a9b..ed4fdad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ install: - pip install setuptools --upgrade - pip install -e file://$PWD#egg=ipython[test] --upgrade - pip install trio curio --upgrade --upgrade-strategy eager - - pip install pytest matplotlib + - pip install pytest 'matplotlib !=3.2.0' - pip install codecov check-manifest --upgrade script: