summaryrefslogtreecommitdiff
path: root/doc/example/basic.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-06-22 08:49:09 +0200
committerholger krekel <holger@merlinux.eu>2013-06-22 08:49:09 +0200
commitba3caa0dc99f4d62b71a2a49cd32873d1f60d1dc (patch)
tree59f81bcb3984ed3170ab1d0f1a9ccc53212ace13 /doc/example/basic.txt
parent3d4ed10dfe102fac3aa949c3f1b1fee76d9ac828 (diff)
downloadtox-ba3caa0dc99f4d62b71a2a49cd32873d1f60d1dc.tar.gz
fixing changelog and adding a whitelist_externals example
Diffstat (limited to 'doc/example/basic.txt')
-rw-r--r--doc/example/basic.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/example/basic.txt b/doc/example/basic.txt
index 6c92fac..031c4f9 100644
--- a/doc/example/basic.txt
+++ b/doc/example/basic.txt
@@ -44,6 +44,22 @@ Available "default" test environments names are::
However, you can also create your own test environment names,
see some of the examples in :doc:`examples <../examples>`.
+whitelisting a non-virtualenv commands
+-----------------------------------------------
+
+.. versionadded:: 1.5
+
+Sometimes you may want to use tools not contained in your
+virtualenv such as ``make``, ``bash`` or others. To avoid
+warnings you can use the ``whitelist_externals`` testenv
+configuration::
+
+ # content of tox.ini
+ [testenv]
+ whitelist_externals = make
+ /bin/bash
+
+
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
.. _multiindex: