summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-01-23 00:54:49 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-01-23 01:11:51 +0900
commitee28dace61f8a8b3b4f8156c04472cb1975c764d (patch)
tree5800c52f43c415f4ba19b4e536e0f3ede05b1c39
parent4ec24172eb791ad63117a05386415b2cf533d032 (diff)
downloadsphinx-git-ee28dace61f8a8b3b4f8156c04472cb1975c764d.tar.gz
Use HEAD of html5lib on testing with py39
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8dd113602..8964d29fe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,16 +1,17 @@
[tox]
minversion = 2.4.0
-envlist = docs,flake8,mypy,coverage,py{35,36,37,38},du{12,13,14,15}
+envlist = docs,flake8,mypy,coverage,py{35,36,37,38,39},du{12,13,14,15}
[testenv]
usedevelop = True
passenv =
https_proxy http_proxy no_proxy PERL PERL5LIB PYTEST_ADDOPTS EPUBCHECK_PATH
description =
- py{35,36,37,38}: Run unit tests against {envname}.
+ py{35,36,37,38,39}: Run unit tests against {envname}.
du{12,13,14}: Run unit tests with the given version of docutils.
deps =
coverage < 5.0 # refs: https://github.com/sphinx-doc/sphinx/pull/6924
+ git+https://github.com/html5lib/html5lib-python ; python_version >= "3.9" # refs: https://github.com/html5lib/html5lib-python/issues/419
du12: docutils==0.12
du13: docutils==0.13.1
du14: docutils==0.14