summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Krause <julian.krause@gmail.com>2015-01-22 14:52:53 -0800
committerJulian Krause <julian.krause@gmail.com>2015-01-22 14:52:53 -0800
commit18eaae9e54363465631b5c8bab1aa702998939f5 (patch)
tree683bafb5f7975a9caf4759b49303d012a6860592 /doc
parentac65fa83ff498ab5ee02a3cc73deef3c30619a00 (diff)
downloadtox-18eaae9e54363465631b5c8bab1aa702998939f5.tar.gz
Fix issue11: Add a skip_install option on a per-environment level.
Diffstat (limited to 'doc')
-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
-------------