Merge "change tox envlist from 3.5 to 3"

This commit is contained in:
Zuul 2018-10-17 02:05:40 +00:00 committed by Gerrit Code Review
commit 636d851437
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py35,py27,pep8
envlist = py3,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
@ -35,8 +35,8 @@ commands = oslo_debug_helper {posargs}
basepython = python2.7
commands = oslo_debug_helper {posargs}
[testenv:debug-py35]
basepython = python3.5
[testenv:debug-py3]
basepython = python3
commands = oslo_debug_helper {posargs}
[testenv:pep8]