chiark / gitweb /
package/ci: argh matplotlib is different now too.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 19 Sep 2018 11:40:30 +0000 (13:40 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 19 Sep 2018 11:40:30 +0000 (13:40 +0200)
package/ci/travis.yml

index 9ae50ced08c6f54c279f12933113d9dbbfbc8cd6..f54d2b676661ec5bb83e29044f9ecd13c8e63735 100644 (file)
@@ -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