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:
parent
e7009a14b4
commit
7c332b63dc
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue