From 6b70e18c5f4c4405299e54db7fa80e93dab81f0b Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 21 Aug 2012 09:08:44 -0400 Subject: tweaked travis-ci stuff to build for py2.6, py3k, with/without optional deps --- testsuite/before_install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 testsuite/before_install.sh (limited to 'testsuite/before_install.sh') diff --git a/testsuite/before_install.sh b/testsuite/before_install.sh new file mode 100755 index 000000000..25e864fed --- /dev/null +++ b/testsuite/before_install.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +# before_install script for Travis-CI + +apt-get update -qq +if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then + apt-get install -qq python-selinux python-pylibacl +fi -- cgit v1.2.3-1-g7c22