diff .travis.yml @ 6598:27a4ab499189

mistune 2 has been released so pin mistune to older 0.8.4 until we adopt 2.0 and remove include directive.
author John Rouillard <rouilj@ieee.org>
date Wed, 26 Jan 2022 08:58:46 -0500
parents 20632fdee6da
children e9dc8e526dd0
line wrap: on
line diff
--- a/.travis.yml	Wed Jan 26 08:19:13 2022 -0500
+++ b/.travis.yml	Wed Jan 26 08:58:46 2022 -0500
@@ -105,7 +105,7 @@
   - pip install gpg pytz whoosh pyjwt requests
   - pip install pytest-cov codecov
   - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
-  - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune; fi
+  - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
   - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
   - pip install markdown2
   - pip install brotli zstd

Roundup Issue Tracker: http://roundup-tracker.org/