Skip to content

Commit

Permalink
Add documentation for 'download' testenv option (#1494)
Browse files Browse the repository at this point in the history
In #1283, the 'download' option was added, but without documentation.
  • Loading branch information
The-Compiler authored and gaborbernat committed Jan 11, 2020
1 parent e639a54 commit 581cc25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,13 @@ Complete list of settings that you can put into ``testenv*`` sections:
This is useful for situations where hardlinks don't work (e.g. running in
VMS with Windows guests).

.. conf:: download ^ true|false ^ false

.. versionadded:: 3.10

Set to ``true`` if you want virtualenv to upgrade pip/wheel/setuptools to
the latest version.

.. conf:: args_are_paths ^ true|false ^ false

Treat positional arguments passed to ``tox`` as file system paths
Expand Down

0 comments on commit 581cc25

Please sign in to comment.