Enable a simple python-3.11 plan

Demonstrates how the `environment` key can be used for setting
a common environment variable for the whole plan.
This commit is contained in:
Petr Šplíchal 2022-06-22 15:22:21 +02:00
commit 4369d46463
5 changed files with 44 additions and 112 deletions

View file

@ -21,29 +21,24 @@ description: |
* METHOD ... virtual environment creation method (venv, virtualenv)
* TOX ... enable or disable the tox test (true, false)
path: smoke
test: ./venv.sh
tier: 1
tags: [venv]
environment:
VERSION: 3.7
METHOD: venv
TOX: true
CYTHON: "false"
duration: 10m
tier: 1
tag:
- venv
component+:
- python2
- python26
- python3
- python34
- python35
- python36
- pypy
- pypy3
- jython
- python-pip
- python-wheel
- python-setuptools
- python-virtualenv
- python-tox
- python3
- python310
- python311
- pypy
- pypy3
- jython
- python-pip
- python-wheel
- python-setuptools
- python-virtualenv
- python-tox