chiark / gitweb /
package/ci: go back to Pyphen 0.9.5.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 7 Nov 2020 16:38:01 +0000 (17:38 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 7 Nov 2020 16:38:55 +0000 (17:38 +0100)
As usual, every upgrade of every package breaks something.

package/ci/travis.yml

index a538d82911e390e22abf4f87e28b735c9a8e4cd6..a13945fb002ca59fcb93b1fd3c4ed9c312d614bf 100644 (file)
@@ -56,7 +56,9 @@ matrix:
 install:
   # Everything broken with Pelican 4.5, stay on older version until that's
   # resolved: https://github.com/mosra/m.css/issues/178
-  - if [ "$WITH_THEME" == "ON" ]; then pip install jinja2 pelican==4.2.0 Pyphen Pillow coverage codecov matplotlib qrcode; fi
+  # Pyphen 0.10 has significantly different hyphenation results, staying on an
+  # older version until I can investigate
+  - if [ "$WITH_THEME" == "ON" ]; then pip install jinja2 pelican==4.2.0 Pyphen==0.9.5 Pillow coverage codecov matplotlib qrcode; fi
   - if [ "$WITH_NODE" == "ON" ]; then npm install istanbul codecov; fi
 
   # Needed for doxygen binaries