Mercurial > p > roundup > code
diff .travis.yml @ 6099:55c56ceacb8e
escape HTML tags in markdown content
enabled fenced code blocks for markdown
allow mistune to be used as a markdown parser
test all installed markdown parsers and fallback code
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Mon, 24 Feb 2020 22:20:19 +0000 |
| parents | 90a1470edbea |
| children | cb6df89af1c8 |
line wrap: on
line diff
--- a/.travis.yml Thu Feb 20 21:38:32 2020 -0500 +++ b/.travis.yml Mon Feb 24 22:20:19 2020 +0000 @@ -94,6 +94,8 @@ - pip install gpg pytz whoosh pyjwt - 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.[5-9]"* ]]; then pip install Markdown; fi - pip install markdown2 before_script:
