summaryrefslogtreecommitdiff
path: root/doc/config.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-07-10 16:22:16 -0400
committerMonty Taylor <mordred@inaugust.com>2013-07-10 16:22:16 -0400
commitfe772b4f5fea2b508bd29b4e82ac6fb9ba06a049 (patch)
treeae59b779ca6d556b1180ba2494e5bff5be78026d /doc/config.txt
parent08c2aaac036791e2be8b0e634d722ba0971b5216 (diff)
downloadtox-fe772b4f5fea2b508bd29b4e82ac6fb9ba06a049.tar.gz
Add option to skip sdist step.
First change in a sequence to allow for customization of operational steps. The sdist creation is current unconditional, which for some projects makes running tests unreasonably slow. For instance, OpenStack would prefer to just have python setup.py develop run - but we'd like to put in the support in a flexible way that will allow people to express the pipeline needs of their project.
Diffstat (limited to 'doc/config.txt')
-rw-r--r--doc/config.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/config.txt b/doc/config.txt
index 0964146..9a72abf 100644
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -21,6 +21,7 @@ List of optional global options::
distdir=path # defaults to {toxworkdir}/dist
distshare=path # defaults to {homedir}/.tox/distshare
envlist=ENVLIST # defaults to the list of all environments
+ skipsdist=BOOL # defaults to false
``tox`` autodetects if it is running in a Jenkins_ context