blob: 4aa39799423571bd2abbf8f8f59f7b609a1f3368 [file] [log] [blame]
#!/bin/bash
set -e
set -x
if [[ "${OPENSSL}" == "0.9.8" ]]; then
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ lucid main"
sudo apt-get -y update
sudo apt-get install -y --force-yes libssl-dev/lucid
fi
pip install tox coveralls