Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-05-16 09:46:37 +00:00 committed by Gerrit Code Review
commit 8b1e2ce35c
3 changed files with 4 additions and 14 deletions

View File

@ -4,7 +4,6 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
check:
jobs:

View File

@ -13,7 +13,7 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[global]
setup-hooks =

15
tox.ini
View File

@ -1,5 +1,5 @@
[tox]
envlist = py{27,35},pep8,cover
envlist = py{27,36},pep8,cover
minversion = 2.5
skipsdist = True
@ -30,15 +30,6 @@ commands =
{[testenv]commands}
stestr run {posargs}
[testenv:py35]
basepython = python3.5
setenv =
{[testenv]setenv}
BLACKLIST_FILE={toxinidir}/test-blacklist-py3.txt
commands =
{[testenv]commands}
stestr run --blacklist-file {env:BLACKLIST_FILE} {posargs}
[testenv:py36]
basepython = python3.6
setenv =
@ -103,9 +94,9 @@ ignore = H101,H301,H404,H405
[testenv:lower-constraints]
basepython = python3
setenv = {[testenv:py35]setenv}
setenv = {[testenv:py36]setenv}
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = {[testenv:py35]commands}
commands = {[testenv:py36]commands}