Add python3.6 in tox.ini

Add python3.6 in tox.ini

Change-Id: I3f3a3d95b23cf2a2c53c7d3aa01db91c5c0d5725
This commit is contained in:
lilaishui 2018-12-17 17:15:56 +08:00
parent c0a17036cb
commit a39b4f0290

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pep8,migration
envlist = py35,py36,py27,pep8,migration
skipsdist = True
[testenv]
@ -69,6 +69,10 @@ commands = oslo_debug_helper {posargs}
basepython = python3.5
commands = oslo_debug_helper {posargs}
[testenv:debug-py36]
basepython = python3.6
commands = oslo_debug_helper {posargs}
[testenv:migration]
basepython = python3
setenv = {[testenv]setenv}