diff .travis.yml @ 6097:90a1470edbea

added markdown rendering support using either markdown2 or markdown
author Christof Meerwald <cmeerw@cmeerw.org>
date Thu, 20 Feb 2020 19:30:26 +0000
parents 3ada6a3f48e1
children 55c56ceacb8e
line wrap: on
line diff
--- a/.travis.yml	Wed Feb 19 22:12:06 2020 -0500
+++ b/.travis.yml	Thu Feb 20 19:30:26 2020 +0000
@@ -94,6 +94,7 @@
   - pip install gpg pytz whoosh pyjwt
   - pip install pytest-cov codecov
   - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
+  - pip install markdown2
 
 before_script:
   # set up mysql database

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