summaryrefslogtreecommitdiffstats
path: root/testsuite/before_install.sh
blob: e9751dd76399618d50a8f20aad3754159a4f27fd (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# before_install script for Travis-CI

sudo apt-get update -qq
sudo apt-get install -qq swig pylint
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
    sudo apt-get install -qq python-selinux python-pylibacl
fi