diff .travis.yml @ 6549:5ce92594cb27

Markdown 3.3.6 available does is fix the failure with 3.3.5? New release of Markdown is available. See if it works with roundup.
author John Rouillard <rouilj@ieee.org>
date Fri, 10 Dec 2021 18:22:23 -0500
parents 7c73992d8713
children d92e0d059c3a
line wrap: on
line diff
--- a/.travis.yml	Thu Dec 09 20:11:58 2021 -0500
+++ b/.travis.yml	Fri Dec 10 18:22:23 2021 -0500
@@ -104,7 +104,7 @@
   - 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"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown==3.3.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/