Skip to content

Commit

Permalink
readded lxd
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdynasty committed Aug 24, 2016
1 parent 4e9f32e commit 02ffc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/shippable/sanity.sh
Expand Up @@ -12,7 +12,7 @@ if [ "${TOXENV}" = 'py24' ]; then
fi

python2.4 -V
python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|cloud|ec2|gce|docker_common|azure_rm_common|vca|vmware|gcp|gcdns).py' lib/ansible/module_utils
python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|cloud|ec2|gce|lxd|docker_common|azure_rm_common|vca|vmware|gcp|gcdns).py' lib/ansible/module_utils
else
if [ "${install_deps}" != "" ]; then
pip install -r "${source_root}/test/utils/shippable/sanity-requirements.txt" --upgrade
Expand Down

0 comments on commit 02ffc76

Please sign in to comment.