Skip to content

Commit

Permalink
[tests] run lint tests with pypy
Browse files Browse the repository at this point in the history
Bug: T301037
Change-Id: I6aadc134aa18286b51dc2afc31bcd09deb0192f0
  • Loading branch information
xqt committed Aug 8, 2024
1 parent f9cf041 commit 0fec304
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ skipsdist = True
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
Expand All @@ -21,6 +21,7 @@ basepython =
py310: python3.10
py311: python3.11
py312: python3.12
pypy: pypy3
setenv =
VIRTUAL_ENV={envdir}
PYWIKIBOT_NO_USER_CONFIG=2
Expand Down

0 comments on commit 0fec304

Please sign in to comment.