summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-09-28 18:42:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-09-28 18:42:30 -0400
commit4de55988b9c873626712db0b83c494be246409a6 (patch)
tree2a8c0a12f0560da62182379c64c2d4244ea38e4c /doc/cmd.rst
parent34cbac69384957a1a41667d0c3ea098f70993cc9 (diff)
downloadpython-coveragepy-4de55988b9c873626712db0b83c494be246409a6.tar.gz
Remove support for COVERAGE_OPTIONS environment variable.
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 96c2763..cd6ae95 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -113,9 +113,7 @@ code as well as your own, add the ``-L`` flag.
If your coverage results seem to be overlooking code that you know has been
executed, try running coverage again with the ``--timid`` flag. This uses a
simpler but slower trace method. Projects that use DecoratorTools, including
-TurboGears, will need to use ``--timid`` to get correct results. This option
-can also be enabled by setting the environment variable COVERAGE_OPTIONS to
-``--timid``.
+TurboGears, will need to use ``--timid`` to get correct results.
If you are measuring coverage in a multi-process program, or across a number of
machines, you'll want the ``--parallel-mode`` switch to keep the data separate