summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-04-28 05:33:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-04-28 05:33:23 -0400
commit1f5beeb706696f91955b68723fd8b8ffc7570f3c (patch)
tree1341028d46ab2d72cb2bc94ecb7ac0417db05cd9 /tox.ini
parentee6506f08e5de7e568751f78e8be82fc2a102ffe (diff)
downloadpython-coveragepy-git-1f5beeb706696f91955b68723fd8b8ffc7570f3c.tar.gz
docs: prep for 7.2.4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ebc99816..e5a9db8c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,7 +66,7 @@ commands =
- sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
[testenv:lint]
-# PYVERSIONS
+# Minimum of PYVERSIONS
basepython = python3.7
deps =
-r requirements/lint.pip