summaryrefslogtreecommitdiff
path: root/coverage/control.py
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 /coverage/control.py
parent34cbac69384957a1a41667d0c3ea098f70993cc9 (diff)
downloadpython-coveragepy-4de55988b9c873626712db0b83c494be246409a6.tar.gz
Remove support for COVERAGE_OPTIONS environment variable.
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py
index cc1ad36..fe4e5f1 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -118,7 +118,6 @@ class Coverage(object):
self.config.from_file("setup.cfg", section_prefix="coverage:")
# 3: from environment variables:
- self.config.from_environment('COVERAGE_OPTIONS')
env_data_file = os.environ.get('COVERAGE_FILE')
if env_data_file:
self.config.data_file = env_data_file