CI: Test PyPys
This commit is contained in:
parent
0a9fe2fa07
commit
cc6fb71c00
1 changed files with 12 additions and 0 deletions
|
|
@ -54,6 +54,15 @@
|
|||
- smoke311:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.11 ./venv.sh
|
||||
- smoke_pypy37:
|
||||
dir: python/smoke
|
||||
run: PYTHON=pypy3.7 VERSION=3.7 ./venv.sh
|
||||
- smoke_pypy38:
|
||||
dir: python/smoke
|
||||
run: PYTHON=pypy3.8 VERSION=3.8 ./venv.sh
|
||||
- smoke_pypy39:
|
||||
dir: python/smoke
|
||||
run: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh
|
||||
- pyproject_pytest:
|
||||
dir: pyproject-rpm-macros/tests
|
||||
run: ./mocktest.sh python-pytest
|
||||
|
|
@ -75,6 +84,9 @@
|
|||
- python3.11
|
||||
- python2-devel
|
||||
- python3-devel
|
||||
- pypy3.7-devel
|
||||
- pypy3.8-devel
|
||||
- pypy3.9-devel
|
||||
- python3-tox
|
||||
- dnf
|
||||
- mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue