chiark / gitweb /
package/ci: use latest Jinja on the CI.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 7 Jul 2019 20:13:33 +0000 (22:13 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 7 Jul 2019 20:20:53 +0000 (22:20 +0200)
Should work again.

package/ci/travis.yml

index 6d0c5b6a266605130701867cdeff5d99022a2a1a..2e7fdecb3307848c7fdbd7323496ed475b9459e3 100644 (file)
@@ -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