summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Gibbons <1726961+marcgibbons@users.noreply.github.com>2023-04-24 12:44:49 -0600
committerNed Batchelder <ned@nedbatchelder.com>2023-04-24 16:16:20 -0600
commitf41f8382f9035f8842f433a568b889f10d34ea60 (patch)
tree244033a41d7a854e9ceeec09b94092c94761d73b
parentc0a17c5d48de0f17a0c6789327b9ff910ab42d55 (diff)
downloadpython-coveragepy-git-f41f8382f9035f8842f433a568b889f10d34ea60.tar.gz
Set lint `basepython` to 3.7
3.7 is the lowest common denominator of supported versions. Linting on more recent versions introduces new error messages.
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0a1fa6f6..51c39bd1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -70,6 +70,8 @@ commands =
- sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
[testenv:lint]
+# PYVERSIONS
+basepython = python3.7
deps =
-r requirements/lint.pip