Skip to content

Commit 2e2855a

Browse files
PJCampigaborbernat
authored andcommitted
clarify behaviour if recreate is set to false (#1372) (#1399)
* clarify behaviour if recreate is set to false in config.rst (#1372) * added file to changelog (#1372) * add new line at the end of changelog entry (#1372)
1 parent 3725c93 commit 2e2855a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Nick Prendergast
6666
Oliver Bestwalter
6767
Paweł Adamczak
6868
Philip Thiem
69+
Pierre-Jean Campigotto
6970
Pierre-Luc Tessier Gagné
7071
Ronald Evers
7172
Ronny Pfannschmidt

docs/changelog/1399.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
clarify behaviour if recreate is set to false - by :user:`PJCampi`

docs/config.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,8 @@ Complete list of settings that you can put into ``testenv*`` sections:
406406
.. conf:: recreate ^ true|false ^ false
407407

408408
Always recreate virtual environment if this option is true.
409+
If this option is false, ``tox``'s resolution mechanism will be used to
410+
determine whether to recreate the environment.
409411

410412
.. conf:: downloadcache ^ PATH
411413

0 commit comments

Comments
 (0)