Setting Parallel values in tox.ini rather than at the command line level #2990
Unanswered
AidanJohnston
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is it possible to set the parallel value inside tox.ini? Looking through the documentation there is no mention of a parallel option -- only a CLI argument.
Something like
Of course this can be set when calling tox with
tox --parallel 0
and could be abstracted to something like a Makefile rule but I would like to be able to set it at the tox.ini level.Beta Was this translation helpful? Give feedback.
All reactions