Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/example/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ Parallel mode
- ``auto`` to limit it to CPU count,
- or pass an integer to set that limit.
- Parallel mode displays a progress spinner while running tox environments in parallel, and reports outcome of
these as soon as completed with a human readable duration timing attached.
these as soon as completed with a human readable duration timing attached. This spinner can be disabled by
setting the environment variable ``TOX_PARALLEL_NO_SPINNER`` to the value ``1``.
- Parallel mode by default shows output only of failed environments and ones marked as :conf:`parallel_show_output`
``=True``.
- There's now a concept of dependency between environments (specified via :conf:`depends`), tox will re-order the
Expand Down