summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-08-24 21:58:52 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-08-30 01:03:57 +0900
commit9412bd76b7f5fdf0adc231ef8130e45bda130164 (patch)
tree2aff21dd55f126b1f4dc6c102f6a86e76eb577d2 /tox.ini
parent92bd804b898a7ec2406f7abe1d451c8012e86097 (diff)
downloadsphinx-git-9412bd76b7f5fdf0adc231ef8130e45bda130164.tar.gz
Drop python 2.7 and 3.4 support
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 6715fd338..abda92bc6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,13 +1,13 @@
[tox]
minversion = 2.0
-envlist = docs,flake8,mypy,coverage,py{27,34,35,36,37,38,py},du{11,12,13,14}
+envlist = docs,flake8,mypy,coverage,py{35,36,37,38,py},du{11,12,13,14}
[testenv]
usedevelop = True
passenv =
https_proxy http_proxy no_proxy PERL PERL5LIB PYTEST_ADDOPTS EPUBCHECK_PATH
description =
- py{27,34,35,36,37,38,py}: Run unit tests against {envname}.
+ py{35,36,37,38,py}: Run unit tests against {envname}.
du{11,12,13,14}: Run unit tests with the given version of docutils.
# TODO(stephenfin) Replace this with the 'extras' config option when tox 2.4 is