Merge pull request #5396 from jdufresne/tox-pypy

Remove pypy from tox.ini
This commit is contained in:
Takeshi KOMIYA
2018-09-09 17:18:55 +09:00
committed by GitHub

View File

@@ -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