Change-Id: I7fc2d05fd9a6ee97e155684b662852e624b8de21
This commit is contained in:
Kobi Samoray 2022-09-22 16:13:40 +03:00
parent 0253265f75
commit f90c6321e1
3 changed files with 16 additions and 15 deletions

View File

@ -2,8 +2,8 @@
templates:
- build-openstack-docs-pti
- check-requirements
- openstack-python3-victoria-jobs-neutron
- openstack-python3-victoria-jobs
- openstack-python3-jobs-neutron
- openstack-python3-jobs
- openstack-cover-jobs
check:
jobs:

26
tox.ini
View File

@ -1,5 +1,5 @@
[tox]
envlist = py37,pep8
envlist = py38,pep8
minversion = 2.0
skipsdist = True
@ -67,21 +67,21 @@ deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:py36]
basepython = python3.6
setenv = OS_FAIL_ON_MISSING_DEPS=1
EDITOR=vi
[testenv:py37]
basepython = python3.7
setenv = OS_FAIL_ON_MISSING_DEPS=1
EDITOR=vi
[testenv:py38]
basepython = python3.8
setenv = OS_FAIL_ON_MISSING_DEPS=1
EDITOR=vi
[testenv:py39]
basepython = python3.9
setenv = OS_FAIL_ON_MISSING_DEPS=1
EDITOR=vi
[testenv:py310]
basepython = python3.10
setenv = OS_FAIL_ON_MISSING_DEPS=1
EDITOR=vi
[testenv:py3-dev]
commands =
{[testenv:dev]commands}
@ -91,8 +91,8 @@ whitelist_externals =
stestr
setenv = EDITOR=vi
[testenv:py36-dev]
basepython = python3.6
[testenv:py38-dev]
basepython = python3.8
commands =
{[testenv:dev]commands}
pip freeze

View File

@ -0,0 +1 @@
# test