summaryrefslogtreecommitdiff
path: root/doc/config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.txt')
-rw-r--r--doc/config.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/config.txt b/doc/config.txt
index 6ffd02b..a29c5fd 100644
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -252,6 +252,16 @@ Complete list of settings that you can put into ``testenv*`` sections:
**default**: ``False``
+.. confval:: skip_install=BOOL
+
+ .. versionadded:: 1.9
+
+ Do not install the current package. This can be used when you need the
+ virtualenv management but do not want to install the current package
+ into that environment.
+
+ **default**: ``False``
+
Substitutions
-------------