summaryrefslogtreecommitdiffstats
path: root/testsuite/before_install.sh
blob: 1a68669deb57a294c2925cb1d558adcac97a8724 (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
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
    sudo apt-get install -qq python-selinux python-pylibacl python-pyinotify \
        python-yaml yum
fi