Create virtual test for each supported python
This commit is contained in:
parent
c26b64823b
commit
dc1ec3a117
1 changed files with 57 additions and 7 deletions
|
|
@ -21,16 +21,11 @@ description: |
|
||||||
* METHOD ... virtual environment creation method (venv, virtualenv)
|
* METHOD ... virtual environment creation method (venv, virtualenv)
|
||||||
* TOX ... enable or disable the tox test (true, false)
|
* TOX ... enable or disable the tox test (true, false)
|
||||||
|
|
||||||
path: smoke
|
|
||||||
test: ./venv.sh
|
test: ./venv.sh
|
||||||
|
|
||||||
tier: 1
|
tier: 1
|
||||||
tags: [venv]
|
tag: [venv]
|
||||||
|
|
||||||
environment:
|
|
||||||
VERSION: 3.7
|
|
||||||
METHOD: venv
|
|
||||||
TOX: true
|
|
||||||
duration: 10m
|
duration: 10m
|
||||||
component+:
|
component+:
|
||||||
- python2
|
- python2
|
||||||
|
|
@ -46,4 +41,59 @@ component+:
|
||||||
- python-wheel
|
- python-wheel
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- python-virtualenv
|
- python-virtualenv
|
||||||
- python-tox
|
|
||||||
|
require:
|
||||||
|
- gcc
|
||||||
|
- virtualenv
|
||||||
|
- python3-devel
|
||||||
|
- python3-tox
|
||||||
|
|
||||||
|
/python27:
|
||||||
|
require+:
|
||||||
|
- python27
|
||||||
|
- python2-devel
|
||||||
|
environment:
|
||||||
|
VERSION: 2.7
|
||||||
|
METHOD: virtualenv
|
||||||
|
|
||||||
|
/python34:
|
||||||
|
require+:
|
||||||
|
- python34
|
||||||
|
environment:
|
||||||
|
VERSION: 3.4
|
||||||
|
|
||||||
|
/python35:
|
||||||
|
require+:
|
||||||
|
- python35
|
||||||
|
environment:
|
||||||
|
VERSION: 3.5
|
||||||
|
|
||||||
|
/python36:
|
||||||
|
require+:
|
||||||
|
- python36
|
||||||
|
environment:
|
||||||
|
VERSION: 3.6
|
||||||
|
|
||||||
|
/python37:
|
||||||
|
require+:
|
||||||
|
- python37
|
||||||
|
environment:
|
||||||
|
VERSION: 3.7
|
||||||
|
component+:
|
||||||
|
- python-tox
|
||||||
|
|
||||||
|
/python38:
|
||||||
|
require+:
|
||||||
|
- python38
|
||||||
|
environment:
|
||||||
|
VERSION: 3.8
|
||||||
|
component+:
|
||||||
|
- python-tox
|
||||||
|
|
||||||
|
/python39:
|
||||||
|
require+:
|
||||||
|
- python39
|
||||||
|
environment:
|
||||||
|
VERSION: 3.9
|
||||||
|
component+:
|
||||||
|
- python-tox
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue