Fix existence check for JRE was broken

This commit is contained in:
Takeshi KOMIYA
2018-03-20 23:35:32 +09:00
parent cf3de7d62b
commit cd08872cc0
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ envlist = docs,flake8,mypy,coverage,py{27,34,35,36,py},du{11,12,13,14}
[testenv]
usedevelop = True
passenv =
https_proxy http_proxy no_proxy PERL PERL5LIB PYTEST_ADDOPTS
https_proxy http_proxy no_proxy PERL PERL5LIB PYTEST_ADDOPTS EPUBCHECK_PATH
description =
py{27,34,35,36,py}: Run unit tests against {envname}.
du{11,12,13,14}: Run unit tests with the given version of docutils.