Commit 29a9b8ab by Brian Coca

dont check vagrant inventory script for 2.6

parent 152c93fd
...@@ -8,7 +8,7 @@ whitelist_externals = make ...@@ -8,7 +8,7 @@ whitelist_externals = make
[testenv:py26] [testenv:py26]
commands = commands =
python -m compileall -fq -x 'test|samples' . python -m compileall -fq -x 'test|samples|contrib/inventory/vagrant.py' .
python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils
make tests make tests
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment