From: Vladimír Vondruš Date: Sun, 7 Jul 2019 20:13:33 +0000 (+0200) Subject: package/ci: use latest Jinja on the CI. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=f895abfb73d20c33b93211e89a1a16f04cad2d11;p=blog.git package/ci: use latest Jinja on the CI. Should work again. --- diff --git a/package/ci/travis.yml b/package/ci/travis.yml index 6d0c5b6a..2e7fdecb 100644 --- a/package/ci/travis.yml +++ b/package/ci/travis.yml @@ -45,10 +45,9 @@ matrix: - JOBID=js install: - # Jinja 2.10 has some weird behavior, putting a lot of empty lines into the - # 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 qrcode; fi + # 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 pelican Pyphen Pillow coverage codecov matplotlib==2.2.3 qrcode; fi - if [ "$WITH_NODE" == "ON" ]; then npm install istanbul codecov; fi # Needed for doxygen binaries