mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Tox seems to not like the subsitution key for some reason
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -8,5 +8,6 @@ commands =
|
|||||||
python --version
|
python --version
|
||||||
py26: python -m compileall -fq -x 'test|samples|contrib/inventory/vagrant.py' 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
|
py27: python -m compileall -fq -x 'test|samples' lib test contrib
|
||||||
py{34,35}: python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' 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
|
||||||
make tests
|
make tests
|
||||||
|
|||||||
Reference in New Issue
Block a user