summaryrefslogtreecommitdiff
path: root/doc/example/basic.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-11-25 16:48:21 +0100
committerholger krekel <holger@merlinux.eu>2010-11-25 16:48:21 +0100
commitd8dbd86f897cb89a4572a62e10674f17852620df (patch)
treea3fcd69aeba9c5ecc97724c7e9371cc5270d1aa2 /doc/example/basic.txt
parent1be7f3973eef2470302423a95bbd8ed8b8264778 (diff)
downloadtox-d8dbd86f897cb89a4572a62e10674f17852620df.tar.gz
release preps
Diffstat (limited to 'doc/example/basic.txt')
-rw-r--r--doc/example/basic.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/example/basic.txt b/doc/example/basic.txt
index abcb37e..3ceeb87 100644
--- a/doc/example/basic.txt
+++ b/doc/example/basic.txt
@@ -45,10 +45,12 @@ see some of the examples in :doc:`examples <../examples>`.
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
+.. _multiindex:
+
using a different default PyPI url
-----------------------------------------------
-.. versionadded: 0.9
+.. versionadded:: 0.9
To install dependencies and packages from a different
default PyPI server you can type interactively::
@@ -58,15 +60,16 @@ default PyPI server you can type interactively::
This causes tox to install dependencies and the sdist install step
to use the specificied url as the index server.
-You can cause the same effect by this ``tox.ini`` section::
+You can cause the same effect by this ``tox.ini`` content::
- [indexserver]
- url = http://pypi.testrun.org
+ [tox]
+ indexserver =
+ default = http://pypi.testrun.org
installing dependencies from multiple PyPI servers
---------------------------------------------------
-.. versionadded: 0.9
+.. versionadded:: 0.9
You can instrument tox to install dependencies from
different PyPI servers, example::
@@ -92,7 +95,7 @@ like this::
forcing re-creation of virtual environments
-----------------------------------------------
-.. versionadded: 0.9
+.. versionadded:: 0.9
To for tox to recreate a (particular) virtual environment::