summaryrefslogtreecommitdiff
path: root/test/utils/shippable/other.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/shippable/other.sh')
-rwxr-xr-xtest/utils/shippable/other.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/utils/shippable/other.sh b/test/utils/shippable/other.sh
new file mode 100755
index 0000000000..aa61e2d49f
--- /dev/null
+++ b/test/utils/shippable/other.sh
@@ -0,0 +1,15 @@
+#!/bin/bash -eux
+
+set -o pipefail
+
+add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty-backports universe'
+add-apt-repository 'ppa:fkrull/deadsnakes'
+
+apt-get update -qq
+apt-get install python2.4 shellcheck -qq
+
+pip install tox --disable-pip-version-check
+
+ansible-test compile --color -v
+ansible-test sanity --color -v --tox --skip-test ansible-doc --python 2.7
+ansible-test sanity --color -v --tox --test ansible-doc --coverage