summaryrefslogtreecommitdiff
path: root/tox
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-11-09 11:26:26 +0100
committerholger krekel <holger@merlinux.eu>2015-11-09 11:26:26 +0100
commit83a9e65188162cc4c36f61e6c3e4c88f47b6a03e (patch)
tree7dcf4f57065efbe38b8d42336565ad2756f0ba37 /tox
parent5cb2ee008a8fb77b8419e26773639dc4530c0620 (diff)
downloadtox-83a9e65188162cc4c36f61e6c3e4c88f47b6a03e.tar.gz
fix issue280: fix case where --skip-missing-interpreter would not work if {envsitepackagesdir} substitution was used.
Diffstat (limited to 'tox')
-rw-r--r--tox/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox/config.py b/tox/config.py
index 40c6e0a..7676127 100644
--- a/tox/config.py
+++ b/tox/config.py
@@ -539,7 +539,6 @@ class TestenvConfig:
""" return sitepackagesdir of the virtualenv environment.
(only available during execution, not parsing)
"""
- self.getsupportedinterpreter() # for throwing exceptions
x = self.config.interpreters.get_sitepackagesdir(
info=self.python_info,
envdir=self.envdir)