summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-07 16:15:20 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-09-07 16:15:20 -0700
commitb36cc52c7dc3ef487e57c0758b93b25ef8dfe791 (patch)
treeba8171d4683cb932d7305cfb8c23a177bc29f328
parent95534534245db774fa4687e34503b906d21627f5 (diff)
downloadsphinx-git-b36cc52c7dc3ef487e57c0758b93b25ef8dfe791.tar.gz
Remove pypy from tox.ini
The pypy executable is Python 2 and Python 2 support was dropped in commit 9412bd76b7f5fdf0adc231ef8130e45bda130164.
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e9af8907d..51a9d7e30 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,13 +1,13 @@
[tox]
minversion = 2.0
-envlist = docs,flake8,mypy,coverage,py{35,36,37,38,py},du{12,13,14}
+envlist = docs,flake8,mypy,coverage,py{35,36,37,38},du{12,13,14}
[testenv]
usedevelop = True
passenv =
https_proxy http_proxy no_proxy PERL PERL5LIB PYTEST_ADDOPTS EPUBCHECK_PATH
description =
- py{35,36,37,38,py}: Run unit tests against {envname}.
+ py{35,36,37,38}: Run unit tests against {envname}.
du{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