Commit 7c332b63 by James Cammarata

Updating tox script too

parent e7009a14
...@@ -9,12 +9,12 @@ whitelist_externals = make ...@@ -9,12 +9,12 @@ whitelist_externals = make
[testenv:py26] [testenv:py26]
commands = commands =
python -m compileall -fq -x 'test|samples|contrib/inventory/vagrant.py' . 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
whitelist_externals = whitelist_externals =
make make
python2.4 #python2.4
[testenv:py27] [testenv:py27]
commands = commands =
......
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