summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-07-08 19:34:54 +0200
committerholger krekel <holger@merlinux.eu>2010-07-08 19:34:54 +0200
commit9a83a06981e692c9c12f13bf7dd43a1e187bd2f5 (patch)
tree075b989e52fcc349a39aff19d0542e947cecfae1 /doc
parent2727fb56f936cf98f5cd14fb2201ddfa8bd0a078 (diff)
downloadtox-9a83a06981e692c9c12f13bf7dd43a1e187bd2f5.tar.gz
rename TOXENVLIST to TOXENV
Diffstat (limited to 'doc')
-rw-r--r--doc/config.txt2
-rw-r--r--doc/example/general.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.txt b/doc/config.txt
index 9adab30..e39beb0 100644
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -34,7 +34,7 @@ Determining the environment list that ``tox`` is to operate one
happens in this order:
* command line option ``-eENVLIST``
-* environment variable ``TOXENVLIST``
+* environment variable ``TOXENV``
* ``tox.ini`` file's ``envlist``
Test environment settings
diff --git a/doc/example/general.txt b/doc/example/general.txt
index 589782f..56c5f4a 100644
--- a/doc/example/general.txt
+++ b/doc/example/general.txt
@@ -77,7 +77,7 @@ You can also specify an environment list in your ``tox.ini``:
envlist = py25,py26 # default list
and override it from the command line or from the environment variable
-``TOXENVLIST``.
+``TOXENV``.
.. _artifacts: