From 6898dd091d84ca0dda0e7ec3bc9b4aa139ef4fbb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 20 Sep 2017 08:01:50 -0400 Subject: Can control skip_missing_interpreters from outside --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ae6a0266..14cce8d6 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ [tox] envlist = py{26,27,33,34,35,36,37}, pypy{2,3}, jython, doc, lint -skip_missing_interpreters = True +skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True} [testenv] usedevelop = True -- cgit v1.2.1