Replace py35 job with py36

Change-Id: Ie7fe417558b4505e7ab8f10c4214c4efb07ca5dc
This commit is contained in:
Ilya Shakhat 2019-03-25 09:54:08 +01:00
parent 3845b7b403
commit 093931ff2d
2 changed files with 9 additions and 10 deletions

View File

@ -2,7 +2,6 @@
templates:
- docs-on-readthedocs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
vars:
@ -12,12 +11,12 @@
jobs:
- openstack-tox-docs
- shaker-integration-py27
- shaker-integration-py35
- shaker-integration-py36
gate:
jobs:
- openstack-tox-docs
- shaker-integration-py27
- shaker-integration-py35
- shaker-integration-py36
- shaker-docker-build
- job:
@ -31,14 +30,14 @@
tox_envlist: integration-py27
- job:
name: shaker-integration-py35
name: shaker-integration-py36
parent: openstack-tox
description: |
Run integration tests under Python 3.5
Run integration tests under Python 3.6
To run tests manually use ``tox -e integration-py35`` command.
To run tests manually use ``tox -e integration-py36`` command.
vars:
tox_envlist: integration-py35
tox_envlist: integration-py36
- secret:
name: shaker_dockerhub_creds

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py27,pep8,docs
envlist = py36,py27,pep8,docs
minversion = 1.6
skipsdist = True
@ -58,8 +58,8 @@ deps = {[testenv:integration]deps}
whitelist_externals = {[testenv:integration]whitelist_externals}
commands = {[testenv:integration]commands}
[testenv:integration-py35]
basepython = python3.5
[testenv:integration-py36]
basepython = python3.6
setenv = {[testenv:integration]setenv}
deps = {[testenv:integration]deps}
whitelist_externals = {[testenv:integration]whitelist_externals}