diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-03-20 23:35:32 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-03-20 23:35:42 +0900 |
commit | cd08872cc0d3453c01290d75e6b32ef54c872a59 (patch) | |
tree | f543f0fcbe4b7568d24db8a3a704a9fab69941ad /tox.ini | |
parent | cf3de7d62b52aa6a35d61b1e5696be0c0e375f34 (diff) | |
download | sphinx-git-cd08872cc0d3453c01290d75e6b32ef54c872a59.tar.gz |
Fix existence check for JRE was broken
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |