mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Exclude the sample directory from tests
This commit is contained in:
8
tox.ini
8
tox.ini
@@ -12,10 +12,10 @@ deps = -r{toxinidir}/test/utils/tox/requirements.txt
|
||||
whitelist_externals = make
|
||||
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 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib
|
||||
py35: python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib
|
||||
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
|
||||
make tests
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user