diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ whitelist_externals = make [testenv:py26] 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 make tests deps = -r{toxinidir}/test-requirements.txt |