Skip to content

Commit 9d04a02

Browse files
committed
add jinja2 module.
1 parent e4a3392 commit 9d04a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ install:
107107
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mysqlclient; fi
108108
- pip install psycopg2
109109
- pip install gpg pytz whoosh pyjwt requests
110+
- pip install jinja2
110111
- pip install pytest-cov codecov
111112
- pip install beautifulsoup4
112113
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi

0 commit comments

Comments
 (0)