summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-07 10:08:46 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-07 18:06:40 +0900
commitc4321ce8303e125ddb01be3d44e697865d7c8eaf (patch)
tree044d093c4822919d4616500d105e09806e93396d /tox.ini
parentb2360a133b1d18e7f300daf94daaa7fa65c4f260 (diff)
downloadsphinx-git-c4321ce8303e125ddb01be3d44e697865d7c8eaf.tar.gz
Drop CI settings for py35 and docutils-0.1[34]
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index d9f040544..f59959d20 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.4.0
-envlist = docs,flake8,mypy,coverage,py{35,36,37,38,39},du{12,13,14,15}
+envlist = docs,flake8,mypy,coverage,py{36,37,38,39},du{14,15,16}
[testenv]
usedevelop = True
@@ -14,12 +14,10 @@ passenv =
EPUBCHECK_PATH
TERM
description =
- py{35,36,37,38,39}: Run unit tests against {envname}.
+ py{36,37,38,39}: Run unit tests against {envname}.
du{12,13,14}: Run unit tests with the given version of docutils.
deps =
git+https://github.com/html5lib/html5lib-python # refs: https://github.com/html5lib/html5lib-python/issues/419
- du12: docutils==0.12
- du13: docutils==0.13.1
du14: docutils==0.14
du15: docutils==0.15
du16: docutils==0.16