diff options
author | Matt Good <matt@matt-good.net> | 2013-08-06 17:28:33 -0700 |
---|---|---|
committer | Matt Good <matt@matt-good.net> | 2013-08-06 17:28:33 -0700 |
commit | 1b1f00476543609c78ba0159bba846ef4858d7f6 (patch) | |
tree | f2809f4fb7894a5337f8893d368a2221fe99a1b1 /doc/example | |
parent | cad98436acf645bdb01044e299ce0304e1964b42 (diff) | |
download | tox-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.txt | 2 |
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 |