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-04-10 19:48:18 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-04-11 06:44:04 +0300
commit2308a2fffaa234439ebf3357c5814154caa5873b (patch)
tree737f911d4cb5525e0b461116e60adb36d2c8f952 /tox.ini
parent9263eea38379822e053c67ad1d17036d724c5e41 (diff)
test: Test with the bugfixed version of each docutils release
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index f40abde22..a363e187f 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}
+envlist = docs,flake8,mypy,twine,coverage,py{36,37,38,39},du{14,15,16,17}
[testenv]
usedevelop = True
@@ -17,10 +17,10 @@ description =
py{36,37,38,39}: Run unit tests against {envname}.
du{12,13,14}: Run unit tests with the given version of docutils.
deps =
- du14: docutils==0.14
- du15: docutils==0.15
- du16: docutils==0.16
- du17: docutils==0.17
+ du14: docutils==0.14.*
+ du15: docutils==0.15.*
+ du16: docutils==0.16.*
+ du17: docutils==0.17.*
extras =
test
setenv =