summaryrefslogtreecommitdiff
path: root/doc/example
diff options
context:
space:
mode:
authorholger krekel <holger.krekel@gmail.com>2013-07-11 11:13:15 +0200
committerholger krekel <holger.krekel@gmail.com>2013-07-11 11:13:15 +0200
commit47f06113a42edafc693caf9d97d8e724b3f11051 (patch)
tree1bf502b2aa34017da26d267f0cb50d581285c249 /doc/example
parent72d6b90acf35e3a9b6dd8e039063028245fae658 (diff)
parent08c2aaac036791e2be8b0e634d722ba0971b5216 (diff)
downloadtox-47f06113a42edafc693caf9d97d8e724b3f11051.tar.gz
Merged in lukaszb/tox (pull request #45)
Created initial documentation for development environments -- related with #101
Diffstat (limited to 'doc/example')
-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: