Merge "Update py35 jobs to py37"

This commit is contained in:
Zuul 2019-03-15 12:29:49 +00:00 committed by Gerrit Code Review
commit f57e6ab66b
3 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-pep8 - openstack-tox-pep8
- openstack-tox-py27 - openstack-tox-py27
- openstack-tox-py35 - openstack-tox-py37
- stx-updates-pylint - stx-updates-pylint
- stx-devstack-update - stx-devstack-update
gate: gate:
@ -19,7 +19,7 @@
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-pep8 - openstack-tox-pep8
- openstack-tox-py27 - openstack-tox-py27
- openstack-tox-py35 - openstack-tox-py37
- stx-updates-pylint - stx-updates-pylint
post: post:
jobs: jobs:

View File

@ -9,7 +9,7 @@
# test suite on all supported python versions. To use it, "pip install tox" # test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = linters,pep8,py27,py35,pylint envlist = linters,pep8,py27,py37,pylint
minversion = 2.3 minversion = 2.3
skipsdist = True skipsdist = True
@ -103,7 +103,7 @@ recreate = True
commands = {[testenv]commands} commands = {[testenv]commands}
tox -c tsconfig/tsconfig -e py27 tox -c tsconfig/tsconfig -e py27
[testenv:py35] [testenv:py37]
basepython = python3 basepython = python3
deps = {[testenv]deps} deps = {[testenv]deps}
whitelist_externals = cp whitelist_externals = cp
@ -111,7 +111,7 @@ whitelist_externals = cp
tox tox
recreate = True recreate = True
commands = {[testenv]commands} commands = {[testenv]commands}
tox -c tsconfig/tsconfig -e py35 tox -c tsconfig/tsconfig -e py37
[testenv:pylint] [testenv:pylint]
deps = {[testenv]deps} deps = {[testenv]deps}

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27,py35,cover envlist = py27,py37,cover
minversion = 2.3.2 minversion = 2.3.2
[testenv] [testenv]