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

# before_install script for Travis-CI

sudo apt-get update -qq
sudo apt-get install -qq swig pylint libxml2-utils
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
    sudo apt-get install -qq python-selinux python-pylibacl python-pyinotify \
        python-yaml yum
fi