summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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: