Test with jinja2 < 2.9.

This commit is contained in:
Matt Clay 2017-01-12 13:26:49 -08:00
parent 49fc0cfe4f
commit a93e7506a8

View file

@ -32,6 +32,9 @@ if [ "${container}" = "freebsd" ]; then
chmod +x bootstrap.sh
./bootstrap.sh pip -y -q
# limit jinja2 version until jinja2 issues are resolved
pip install 'jinja2<2.9'
# tests require these packages
# TODO: bootstrap.sh should be capable of installing these
pkg install -y \