CI: Also test virtualenv

This commit is contained in:
Miro Hrončok 2022-06-09 13:09:53 +02:00 committed by churchyard
parent cb34f2d0b9
commit 0a95c4faf3
1 changed files with 4 additions and 0 deletions

View File

@ -21,8 +21,12 @@
- smoke:
dir: python/smoke
run: runuser testuser -c 'PYTHON=pypy3.9 VERSION=3.9 ./venv.sh'
- smoke_virtualenv:
dir: python/smoke
run: runuser testuser -c 'PYTHON=pypy3.9 VERSION=3.9 METHOD=virtualenv TOX=false ./venv.sh'
required_packages:
- util-linux
- gcc
- python3-tox
- python3-virtualenv
- pypy3.9-devel