Removing python3.5 tests in favor of 3.6

This patch changes the tox env from python 3.5 to python 3.6

Change-Id: I5cdda8d2af7f7a96a748a89113f4b6bb042f630b
This commit is contained in:
Riccardo Pittau 2019-02-22 12:47:09 +01:00
parent 6a0ef585a9
commit 2c5e6af70c
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,docs,pep8
envlist = py36,py27,docs,pep8
skipsdist = True
[testenv]
@ -52,8 +52,8 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
basepython = python2.7
commands = oslo_debug_helper -t bifrost/tests {posargs}
[testenv:debug-py35]
basepython = python3.5
[testenv:debug-py36]
basepython = python3.6
commands = oslo_debug_helper -t bifrost/tests {posargs}
[flake8]

View File

@ -1,6 +1,7 @@
- project:
templates:
- openstack-python-jobs
- openstack-python36-jobs
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3