From 3e77fe5449615a3c7c61ce9a1e4e79cd6636a89a Mon Sep 17 00:00:00 2001 From: Arie Bovenberg Date: Sun, 6 Feb 2022 21:49:21 +0100 Subject: [PATCH] ensure pep8 env remains available after rename --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tox.ini b/tox.ini index dcdcd63a66..baf0f3cc08 100644 --- 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} -- 2.47.3