Tres Seaver
2016-11-14 d84bc45c582cb8398608efebe21ccea957cc583b
Fix spelling of 'skip_missing_interpreters' option.

See: http://tox.readthedocs.io/en/latest/config.html#confval-skip_missing_interpreters=BOOL
1 files modified
2 ■■■ changed files
tox.ini 2 ●●● patch | view | raw | blame | history
tox.ini
@@ -3,7 +3,7 @@
    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