CI: Also test virtualenv
This commit is contained in:
parent
cb34f2d0b9
commit
0a95c4faf3
@ -21,8 +21,12 @@
|
|||||||
- smoke:
|
- smoke:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: runuser testuser -c 'PYTHON=pypy3.9 VERSION=3.9 ./venv.sh'
|
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:
|
required_packages:
|
||||||
- util-linux
|
- util-linux
|
||||||
- gcc
|
- gcc
|
||||||
- python3-tox
|
- python3-tox
|
||||||
|
- python3-virtualenv
|
||||||
- pypy3.9-devel
|
- pypy3.9-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user