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

pull/4420/head
Michael Scherer 2016-05-17 19:50:28 +02:00 committed by Toshio Kuratomi
parent 9ad5a32208
commit 42d8ababcb
1 changed files with 2 additions and 2 deletions

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