1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Updating tox script too

This commit is contained in:
James Cammarata 2015-07-31 22:55:59 -04:00
parent e7009a14b4
commit 7c332b63dc

View file

@ -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 =