mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Updating tox script too
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -9,12 +9,12 @@ whitelist_externals = make
|
||||
[testenv:py26]
|
||||
commands =
|
||||
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
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
whitelist_externals =
|
||||
make
|
||||
python2.4
|
||||
#python2.4
|
||||
|
||||
[testenv:py27]
|
||||
commands =
|
||||
|
||||
Reference in New Issue
Block a user