add py13 to tox envlist

upd Run tests section in README.
This commit is contained in:
2025-02-13 10:59:20 +00:00
parent b79d9494a2
commit e21a458c6f
4 changed files with 47 additions and 41 deletions

View File

@@ -51,4 +51,5 @@ def test_potato():
def test_all():
steps = [test_basic, test_banana, test_potato]
[step() for step in steps]
for step in steps:
step()