mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Start to test module_utils for python 3 syntax (#15882)
This commit is contained in:
parent
9ad5a32208
commit
42d8ababcb
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -14,8 +14,8 @@ commands =
|
|||
python --version
|
||||
py26: python -m compileall -fq -x 'test/samples|contrib/inventory/vagrant.py' lib test contrib
|
||||
py27: python -m compileall -fq -x 'test/samples' lib test contrib
|
||||
py34: python -m compileall -fq -x 'test/samples|lib/ansible/module_utils|lib/ansible/modules' lib test contrib
|
||||
py35: python -m compileall -fq -x 'test/samples|lib/ansible/module_utils|lib/ansible/modules' lib test contrib
|
||||
py34: python -m compileall -fq -x 'test/samples|lib/ansible/modules' lib test contrib
|
||||
py35: python -m compileall -fq -x 'test/samples|lib/ansible/modules' lib test contrib
|
||||
make tests
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue