Start to test module_utils for python 3 syntax (#15882)

This commit is contained in:
Michael Scherer 2016-05-17 19:50:28 +02:00 committed by Toshio Kuratomi
parent 9ad5a32208
commit 42d8ababcb

View file

@ -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