# Jython 2.7rc2 does work, but unfortunately has an issue running
# with Tox 1.9.2 (apparently its non-interactive console still prints
# interactive prompts ):
# $ tox -e jython
# ...
# ERROR: InvocationError: Failed to get version_info for jython: could not decode ">>> ... ... ... >>> {'version_info': (2, 7, 0, 'candidate', 2)}\n>>> "
# Jython 2.7rc2+ does work, but unfortunately has an issue running
# with Tox 1.9.2 (see https://github.com/pypa/virtualenv/pull/746)