summaryrefslogtreecommitdiff
path: root/doc/example
diff options
context:
space:
mode:
authorMatt Good <matt@matt-good.net>2013-08-06 17:28:33 -0700
committerMatt Good <matt@matt-good.net>2013-08-06 17:28:33 -0700
commit1b1f00476543609c78ba0159bba846ef4858d7f6 (patch)
treef2809f4fb7894a5337f8893d368a2221fe99a1b1 /doc/example
parentcad98436acf645bdb01044e299ce0304e1964b42 (diff)
downloadtox-1b1f00476543609c78ba0159bba846ef4858d7f6.tar.gz
Make "usedevelop" a [testenv] setting instead of a [tox] setting
Enables setting "usedevelop" per virtualenv. If "[tox]skipsdist" is not explicitly set, it default to True if all environments in the current envlist have develop = True.
Diffstat (limited to 'doc/example')
-rw-r--r--doc/example/general.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example/general.txt b/doc/example/general.txt
index 7179a87..b7aab37 100644
--- a/doc/example/general.txt
+++ b/doc/example/general.txt
@@ -166,7 +166,7 @@ to deal with it in your commands section::
Running setup.py develop is a common enough model that it has its own option::
- [tox]
+ [testenv]
usedevelop=True
And a corresponding command line option ``--develop``, which will set