summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPJCampi <pierrejean.campigotto@gmail.com>2019-08-18 20:37:58 +0200
committerBernát Gábor <bgabor8@bloomberg.net>2019-08-18 19:37:58 +0100
commit2e2855a161c26fbbf6f14787b7fabf1bbb118c25 (patch)
tree23dd1ea16d261031a81a5f39d8fa85b5b23865fd /docs
parent3725c93d226e339efac106c0f4efa217cf6a363a (diff)
downloadtox-git-2e2855a161c26fbbf6f14787b7fabf1bbb118c25.tar.gz
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)
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/1399.doc.rst1
-rw-r--r--docs/config.rst2
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog/1399.doc.rst b/docs/changelog/1399.doc.rst
new file mode 100644
index 00000000..dbb83cde
--- /dev/null
+++ b/docs/changelog/1399.doc.rst
@@ -0,0 +1 @@
+clarify behaviour if recreate is set to false - by :user:`PJCampi`
diff --git a/docs/config.rst b/docs/config.rst
index f5d856c0..728bcb4f 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -406,6 +406,8 @@ Complete list of settings that you can put into ``testenv*`` sections:
.. conf:: recreate ^ true|false ^ false
Always recreate virtual environment if this option is true.
+ If this option is false, ``tox``'s resolution mechanism will be used to
+ determine whether to recreate the environment.
.. conf:: downloadcache ^ PATH