summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-05-15 18:51:29 -0500
committerMichael Merickel <michael@merickel.org>2022-05-15 18:52:29 -0500
commit01e4a116cabefd59382c269aa2e05f7e0d163d9a (patch)
treefff2365a1ad3b4b8b9f568ad5600c179f5d86639 /tox.ini
parentfae6a0c03a07313897e930123b4a2f14f7c9e47e (diff)
downloadpastedeploy-git-01e4a116cabefd59382c269aa2e05f7e0d163d9a.tar.gz
switch to github actions
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 7819491..4046d48 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
[tox]
-envlist = py27, py34, py35, py36, py37, pypy, pypy3,
+envlist =
+ py37,py38,py39,py310,pypy3,
docs
[testenv]
@@ -12,8 +13,6 @@ commands =
py.test --cov=paste/deploy --cov-report=xml --cov-report=html --cov-report=term-missing {posargs}
[testenv:docs]
-# pin to 3.5 to match what RTD uses
-basepython = python3.5
whitelist_externals = make
commands =
make -C docs html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E"