mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
dont check vagrant inventory script for 2.6
This commit is contained in:
parent
152c93fd54
commit
29a9b8ab7d
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue