mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Push python2.4 check into travis
This commit is contained in:
parent
53ae326603
commit
87cb7f8147
2 changed files with 6 additions and 3 deletions
5
tox.ini
5
tox.ini
|
@ -8,16 +8,16 @@ whitelist_externals = make
|
|||
|
||||
[testenv:py26]
|
||||
commands =
|
||||
python --version
|
||||
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
|
||||
whitelist_externals =
|
||||
make
|
||||
python2.4
|
||||
|
||||
[testenv:py27]
|
||||
commands =
|
||||
python --version
|
||||
python -m compileall -fq -x 'test|samples' .
|
||||
make tests
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
|
@ -25,6 +25,7 @@ whitelist_externals = make
|
|||
|
||||
[testenv:py34]
|
||||
commands =
|
||||
python --version
|
||||
python -m compileall -fq -x 'lib/ansible/module_utils' lib
|
||||
make tests
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue