summaryrefslogtreecommitdiffstats
path: root/ci/dev_deploy_check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/dev_deploy_check.sh')
-rwxr-xr-xci/dev_deploy_check.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/dev_deploy_check.sh b/ci/dev_deploy_check.sh
index e93e9f4f..8ba46ab0 100755
--- a/ci/dev_deploy_check.sh
+++ b/ci/dev_deploy_check.sh
@@ -35,3 +35,7 @@ for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs l
fi
fi
done
+
+
+# Make sure jinja2 is installed
+easy_install-3.4 jinja2