--toxenv implies --runtime
This commit is contained in:
parent
7ba1a33967
commit
c975fbe6ec
@ -235,6 +235,8 @@ def main(argv):
|
||||
)
|
||||
|
||||
args = parser.parse_args(argv)
|
||||
if args.toxenv:
|
||||
args.runtime = True
|
||||
if args.extras and not args.runtime:
|
||||
print_err('-x (--extras) are only useful with -r (--runtime)')
|
||||
exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user