Merge "Add py36 to default tox environments"

This commit is contained in:
Zuul 2019-05-29 09:02:02 +00:00 committed by Gerrit Code Review
commit afc8f971eb
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.3.1
envlist = py27,pep8
envlist = py27,py36,pep8
skipsdist = True
[testenv]
@ -30,8 +30,8 @@ commands = oslo_debug_helper -t kuryr_kubernetes/tests {posargs}
basepython = python2.7
commands = oslo_debug_helper -t kuryr_kubernetes/tests {posargs}
[testenv:debug-py35]
basepython = python3.5
[testenv:debug-py36]
basepython = python3.6
commands = oslo_debug_helper -t kuryr_kubernetes/tests {posargs}
[testenv:pep8]