]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
ensure pep8 env remains available after rename 7670/head
authorArie Bovenberg <a.c.bovenberg@gmail.com>
Sun, 6 Feb 2022 20:49:21 +0000 (21:49 +0100)
committerArie Bovenberg <a.c.bovenberg@gmail.com>
Sun, 6 Feb 2022 20:49:21 +0000 (21:49 +0100)
tox.ini

diff --git a/tox.ini b/tox.ini
index dcdcd63a66de1169fd1c5e88c6b0ac12b0406bd9..baf0f3cc08da7a08a77f0f2758c6aba9b230a4fa 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -172,6 +172,14 @@ commands =
      slotscheck -m sqlalchemy
 
 
+# "pep8" env was renamed to "lint".
+# Kept for backwards compatibility until rename is completed elsewhere.
+[testenv:pep8]
+basepython = {[testenv:lint]basepython}
+deps = {[testenv:lint]deps}
+commands = {[testenv:lint]commands}
+
+
 # command run in the github action when cext are active.
 [testenv:github-cext]
 deps = {[testenv]deps}