blob: 4aa39799423571bd2abbf8f8f59f7b609a1f3368 [file] [log] [blame]
David Reid6b609bb2013-11-06 11:44:15 -08001#!/bin/bash
2
3set -e
4set -x
5
6if [[ "${OPENSSL}" == "0.9.8" ]]; then
7 sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ lucid main"
Alex Gaynor5a4aa422013-11-20 11:05:39 -08008 sudo apt-get -y update
David Reid6b609bb2013-11-06 11:44:15 -08009 sudo apt-get install -y --force-yes libssl-dev/lucid
10fi
11
David Reidf0943932013-11-06 13:47:36 -080012pip install tox coveralls