Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-10-06 20:34:44 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-10-06 20:34:44 +0300
commitf13ad8020767202df101c2f193db77136c281558 (patch)
tree363d2d35912499e7d2802d84eb984c5721f595d4 /tox.ini
parentc922189920ec36fe34aab41ee467a854849a57b8 (diff)
Support Python 3.10
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b6a67fd85..fe9d5f183 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.4.0
-envlist = docs,flake8,mypy,twine,coverage,py{36,37,38,39},du{14,15,16,17}
+envlist = docs,flake8,mypy,twine,coverage,py{36,37,38,39,310},du{14,15,16,17}
[testenv]
usedevelop = True
@@ -15,7 +15,7 @@ passenv =
EPUBCHECK_PATH
TERM
description =
- py{36,37,38,39}: Run unit tests against {envname}.
+ py{36,37,38,39,310}: Run unit tests against {envname}.
du{12,13,14}: Run unit tests with the given version of docutils.
deps =
du14: docutils==0.14.*