mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Update tox.ini to use ansible-test.
This commit is contained in:
parent
46514de5e6
commit
7ab4a889ad
4 changed files with 14 additions and 50 deletions
|
@ -182,7 +182,7 @@ def parse_args():
|
|||
|
||||
integration.add_argument('--python',
|
||||
metavar='VERSION',
|
||||
choices=SUPPORTED_PYTHON_VERSIONS,
|
||||
choices=SUPPORTED_PYTHON_VERSIONS + ('default',),
|
||||
help='python version: %s' % ', '.join(SUPPORTED_PYTHON_VERSIONS))
|
||||
|
||||
integration.add_argument('--start-at',
|
||||
|
@ -281,7 +281,7 @@ def parse_args():
|
|||
|
||||
compiler.add_argument('--python',
|
||||
metavar='VERSION',
|
||||
choices=COMPILE_PYTHON_VERSIONS,
|
||||
choices=COMPILE_PYTHON_VERSIONS + ('default',),
|
||||
help='python version: %s' % ', '.join(COMPILE_PYTHON_VERSIONS))
|
||||
|
||||
add_lint(compiler)
|
||||
|
@ -313,7 +313,7 @@ def parse_args():
|
|||
|
||||
sanity.add_argument('--python',
|
||||
metavar='VERSION',
|
||||
choices=SUPPORTED_PYTHON_VERSIONS,
|
||||
choices=SUPPORTED_PYTHON_VERSIONS + ('default',),
|
||||
help='python version: %s' % ', '.join(SUPPORTED_PYTHON_VERSIONS))
|
||||
|
||||
sanity.add_argument('--base-branch',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue