Add python version checking when using --tox.

This commit is contained in:
Matt Clay
2019-06-04 21:59:56 -07:00
parent 58f6604efa
commit 490edbdc48
3 changed files with 19 additions and 1 deletions

View File

@@ -182,6 +182,10 @@ def parse_args():
action='store_true',
help='redact sensitive values in output')
common.add_argument('--check-python',
choices=SUPPORTED_PYTHON_VERSIONS,
help=argparse.SUPPRESS)
test = argparse.ArgumentParser(add_help=False, parents=[common])
test.add_argument('include',