From: Vladimír Vondruš Date: Wed, 19 Sep 2018 11:40:30 +0000 (+0200) Subject: package/ci: argh matplotlib is different now too. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=d58881f84b7a10a106259d9fe897b0092f94ee13;p=blog.git package/ci: argh matplotlib is different now too. --- 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