Xqt submitted this change.
[tests] run lint tests with pypy
Bug: T301037
Change-Id: I6aadc134aa18286b51dc2afc31bcd09deb0192f0
---
M tox.ini
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tox.ini b/tox.ini
index 69b30df..1d5bfcc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,8 +5,8 @@
skip_missing_interpreters = True
envlist =
commit-message
- flake8-py3{7,8,9}
- hacking-py3{7,8,9}
+ flake8-py{37,312,py}
+ hacking-py{37,312,py}
[params]
# Note: tox 4 does not support multiple lines when doing parameters
@@ -21,6 +21,7 @@
py310: python3.10
py311: python3.11
py312: python3.12
+ pypy: pypy3
setenv =
VIRTUAL_ENV={envdir}
PYWIKIBOT_NO_USER_CONFIG=2
To view, visit change 1060864. To unsubscribe, or for help writing mail filters, visit settings.