From f895abfb73d20c33b93211e89a1a16f04cad2d11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 7 Jul 2019 22:13:33 +0200 Subject: [PATCH] package/ci: use latest Jinja on the CI. Should work again. --- package/ci/travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.30.2