Skip to content

Commit

Permalink
[tests] Add command for pypy3 hacking tests (py39)
Browse files Browse the repository at this point in the history
Change-Id: I78a50c3bf7f460e29c1a31c3f8c544a7026ca830
  • Loading branch information
xqt committed Aug 8, 2024
1 parent 20e5927 commit f6014b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ commands =

hacking: flake8 --version
hacking-py37: flake8 --format=default {posargs}
hacking-py39: flake8 --color always {posargs}
hacking-py312: flake8 --color always {posargs}
hacking-pypy: flake8 --color always {posargs}

deeptest: python {[params]generate_user_files}
deeptest-py37: python -m unittest discover -vv -p "*_tests.py"
Expand Down

0 comments on commit f6014b2

Please sign in to comment.