aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
blob: 4aa39799423571bd2abbf8f8f59f7b609a1f3368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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