diff .travis.yml @ 6714:c997a0dbd6bd

add jinja2 module.
author John Rouillard <rouilj@ieee.org>
date Tue, 21 Jun 2022 21:46:09 -0400
parents 2bae523e78a0
children 19c7ebe5e5ac
line wrap: on
line diff
--- a/.travis.yml	Tue Jun 21 21:37:48 2022 -0400
+++ b/.travis.yml	Tue Jun 21 21:46:09 2022 -0400
@@ -107,6 +107,7 @@
   - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mysqlclient; fi
   - pip install psycopg2
   - pip install gpg pytz whoosh pyjwt requests
+  - pip install jinja2
   - pip install pytest-cov codecov
   - pip install beautifulsoup4
   - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi

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