tox-dev / tox-pyenv

plugin that tells tox to use `pyenv which` to find python executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tox-pyenv should respect "skip_missing_interpreters = true"

tarkatronic opened this issue · comments

As of tox 1.7.2, you can simply skip environments when the interpreter is missing, via the skip_missing_interpreters setting. However, when using tox-pyenv, this setting is ignored, and you receive a hard fail when a particular version isn't installed.