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:
parent
6a0ef585a9
commit
2c5e6af70c
6
tox.ini
6
tox.ini
@ -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]
|
||||
|
@ -1,6 +1,7 @@
|
||||
- project:
|
||||
templates:
|
||||
- openstack-python-jobs
|
||||
- openstack-python36-jobs
|
||||
- check-requirements
|
||||
- publish-openstack-docs-pti
|
||||
- release-notes-jobs-python3
|
||||
|
Loading…
Reference in New Issue
Block a user