Fix FreeBSD package install in test setup.sh.

This commit is contained in:
Matt Clay 2018-05-29 22:00:18 -07:00
parent 0e0a5243c8
commit c3d3b6cedc

View file

@ -16,6 +16,9 @@ if [ "${platform}" = "freebsd" ]; then
curl \ curl \
gtar \ gtar \
python \ python \
py27-Jinja2 \
py27-virtualenv \
py27-cryptography \
sudo \ sudo \
&& break && break
echo "Failed to install packages. Sleeping before trying again..." echo "Failed to install packages. Sleeping before trying again..."