diff options
author | holger krekel <holger@merlinux.eu> | 2015-05-12 15:38:41 +0200 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2015-05-12 15:38:41 +0200 |
commit | f79185294a8b36d73e0380220499ca641ea4450f (patch) | |
tree | cd1532cf81654e7786884052072d35f3b61d62ab /doc/config.txt | |
parent | 63e565d660867ee8794d0e9d06f45240108910df (diff) | |
download | tox-f79185294a8b36d73e0380220499ca641ea4450f.tar.gz |
mark distshare ini variable as deprecated
Diffstat (limited to 'doc/config.txt')
-rw-r--r-- | doc/config.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/config.txt b/doc/config.txt index 55f9c76..816c7bf 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -19,7 +19,7 @@ List of optional global options:: toxworkdir=path # tox working directory, defaults to {toxinidir}/.tox setupdir=path # defaults to {toxinidir} distdir=path # defaults to {toxworkdir}/dist - distshare=path # defaults to {homedir}/.tox/distshare + distshare=path # (DEPRECATED) defaults to {homedir}/.tox/distshare envlist=ENVLIST # defaults to the list of all environments skipsdist=BOOL # defaults to false @@ -30,7 +30,7 @@ and will first lookup global tox settings in this section:: [tox:jenkins] ... # override [tox] settings for the jenkins context - # note: for jenkins distshare defaults to ``{toxworkdir}/distshare``. + # note: for jenkins distshare defaults to ``{toxworkdir}/distshare`` (DEPRECATED) .. confval:: skip_missing_interpreters=BOOL @@ -323,7 +323,7 @@ Globally available substitutions the directory where sdist-packages will be created in ``{distshare}`` - the directory where sdist-packages will be copied to so that + (DEPRECATED) the directory where sdist-packages will be copied to so that they may be accessed by other processes or tox runs. substitutions for virtualenv-related sections |