chiark / gitweb /
package/ci: use matplotlib 3.0 on the CI.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 7 Jul 2019 20:29:42 +0000 (22:29 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 7 Jul 2019 21:22:49 +0000 (23:22 +0200)
package/ci/travis.yml

index 2e7fdecb3307848c7fdbd7323496ed475b9459e3..29c6637449ff5948fec4e6496400db90e8acf17b 100644 (file)
@@ -45,9 +45,7 @@ matrix:
       - JOBID=js
 
 install:
-  # 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_THEME" == "ON" ]; then pip install jinja2 pelican Pyphen Pillow coverage codecov matplotlib qrcode; fi
   - if [ "$WITH_NODE" == "ON" ]; then npm install istanbul codecov; fi
 
   # Needed for doxygen binaries