You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exact list of flags that should be specifiable in the noxfile are:
--envdir ENVDIR Directory where nox will store virtualenvs.
-s [SESSIONS [SESSIONS ...]], -e [SESSIONS [SESSIONS ...]], --sessions [SESSIONS [SESSIONS ...]]
Which sessions to run, by default, all sessions will
run.
-k KEYWORDS, --keywords KEYWORDS
Only run sessions that match the given expression.
-r, --reuse-existing-virtualenvs
-x, --stop-on-first-error
--error-on-missing-interpreters
--report REPORT
--nocolor
--forcecolor
Basically, everything but --noxfile can be specified in the noxfile.
Related #133, #40, #135.
Noxfiles should be able to specify some of the command-line args in the noxfile, for example:
Command-line args should override these "defaults" in the noxfile.
The text was updated successfully, but these errors were encountered: