Add python3.6 in tox.ini
Add python3.6 in tox.ini Change-Id: I3f3a3d95b23cf2a2c53c7d3aa01db91c5c0d5725
This commit is contained in:
parent
c0a17036cb
commit
a39b4f0290
6
tox.ini
6
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 2.0
|
minversion = 2.0
|
||||||
envlist = py35,py27,pep8,migration
|
envlist = py35,py36,py27,pep8,migration
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
@ -69,6 +69,10 @@ commands = oslo_debug_helper {posargs}
|
|||||||
basepython = python3.5
|
basepython = python3.5
|
||||||
commands = oslo_debug_helper {posargs}
|
commands = oslo_debug_helper {posargs}
|
||||||
|
|
||||||
|
[testenv:debug-py36]
|
||||||
|
basepython = python3.6
|
||||||
|
commands = oslo_debug_helper {posargs}
|
||||||
|
|
||||||
[testenv:migration]
|
[testenv:migration]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
setenv = {[testenv]setenv}
|
setenv = {[testenv]setenv}
|
||||||
|
Loading…
Reference in New Issue
Block a user