summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Good <matt@matt-good.net>2013-08-07 09:42:20 -0700
committerMatt Good <matt@matt-good.net>2013-08-07 09:42:20 -0700
commit80a1f35345edc3a0938df3a3871089582d4318b2 (patch)
tree7e973872f3ca0208015504d01569d4dbfb81e06e
parentadb7ee1bf45384438a63a73120d9e449f236e008 (diff)
downloadtox-80a1f35345edc3a0938df3a3871089582d4318b2.tar.gz
Update devenv example docs with "usedevelop" setting
-rw-r--r--doc/example/devenv.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/example/devenv.txt b/doc/example/devenv.txt
index 3561c3e..a53ab0c 100644
--- a/doc/example/devenv.txt
+++ b/doc/example/devenv.txt
@@ -14,11 +14,13 @@ Configuration
Firstly, you need to prepare configuration for your development environment. In
order to do that, we must define proper section at ``tox.ini`` file and tell at
what directory environment should be created. Moreover, we need to specify
-python version that should be picked::
+python version that should be picked, and that the package should be installed
+with ``setup.py develop``::
[testenv:devenv]
envdir = devenv
basepython = python2.7
+ usedevelop = True
commands =
deps =