From d84bc45c582cb8398608efebe21ccea957cc583b Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 14 Nov 2016 10:40:53 -0500 Subject: Fix spelling of 'skip_missing_interpreters' option. See: http://tox.readthedocs.io/en/latest/config.html#confval-skip_missing_interpreters=BOOL --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 884b78c68..251e43406 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py27,py34,py35,py36,py37,pypy, docs,pep8, {py2,py3}-cover,coverage, -skip-missing-interpreters = True +skip_missing_interpreters = True [testenv] # Most of these are defaults but if you specify any you can't fall back -- cgit v1.2.3