summaryrefslogtreecommitdiff
path: root/test/utils/shippable/other.sh
blob: aa61e2d49f9cb84b71096ed2660f26d6d2d1b24f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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