summaryrefslogtreecommitdiff
path: root/doc/config.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-09-04 15:37:24 +0200
committerholger krekel <holger@merlinux.eu>2013-09-04 15:37:24 +0200
commit62f51be1a1b15ea71ac4359242b612e665289ca0 (patch)
tree742deec0b6818a033af72cd811bf38b21199124a /doc/config.txt
parent44a372f509bcc2ce0a251ee2185094bebdf93360 (diff)
downloadtox-62f51be1a1b15ea71ac4359242b612e665289ca0.tar.gz
fix issue102: change to {toxinidir} when installing packages and dependencies.
this allows to use relative path like in "-rrequirements.txt".
Diffstat (limited to 'doc/config.txt')
-rw-r--r--doc/config.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/config.txt b/doc/config.txt
index db33373..d147535 100644
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -124,7 +124,7 @@ Complete list of settings that you can put into ``testenv*`` sections:
test-specific dependencies -.to be installed into the environment prior to project
package installation. Each line defines a dependency, which will be
- passed to easy_install/pip for processing. A line specify a file,
+ passed to the installer command for processing. A line specify a file,
an URL or a package name. You can additionally specify
an :confval:`indexserver` to use for installing this dependency.
All derived dependencies (deps required by the dep) will then be
@@ -132,6 +132,9 @@ Complete list of settings that you can put into ``testenv*`` sections:
deps = :myindexserver:pkg
+ (Experimentally introduced in 1.6.1) all installer commands are executed
+ using the ``{toxinidir}`` as the current working directory.
+
.. confval:: setenv=MULTI-LINE-LIST
.. versionadded:: 0.9