From d58881f84b7a10a106259d9fe897b0092f94ee13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 19 Sep 2018 13:40:30 +0200 Subject: [PATCH] package/ci: argh matplotlib is different now too. --- package/ci/travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/ci/travis.yml b/package/ci/travis.yml index 9ae50ced..f54d2b67 100644 --- a/package/ci/travis.yml +++ b/package/ci/travis.yml @@ -43,8 +43,9 @@ matrix: install: # Jinja 2.10 has some weird behavior, putting a lot of empty lines into the - # output - - if [ "$WITH_THEME" == "ON" ]; then pip install jinja2==2.9.6 pelican Pyphen Pillow coverage codecov matplotlib; fi + # output. Need to fix that. Matplotlib 3.0.0 (released 2018-09-18) has vastly + # different output, need to adapt the rgexps and everything to it first. + - if [ "$WITH_THEME" == "ON" ]; then pip install jinja2==2.9.6 pelican Pyphen Pillow coverage codecov matplotlib==2.2.3; fi - if [ "$WITH_NODE" == "ON" ]; then npm install istanbul codecov; fi # Needed for doxygen binaries -- 2.30.2