From b21c1bc1a87b213996fc41185f263400b6d99877 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Mon, 6 Jun 2016 15:43:44 -0700 Subject: Added skip missing interpreters flag to tox config --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a4992e9..7218f17 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ [tox] envlist = py26, py27, py32, py33, py34, py35, pypy, pypy3, jython +skip_missing_interpreters=True [testenv] commands = -- cgit v1.2.1