Merge "Add py36 testenv"

This commit is contained in:
Zuul 2018-08-13 23:58:33 +00:00 committed by Gerrit Code Review
commit eed8b98084
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@ deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/re
commands =
py27: {[unit_tests]commands}
py35: {[unit_tests]commands}
py36: {[unit_tests]commands}
[unit_tests]
commands =
@ -42,6 +43,10 @@ commands =
basepython = python3.5
commands = {[unit_tests]commands}
[testenv:py36]
basepython = python3.6
commands = {[unit_tests]commands}
[testenv:py3-dj111]
basepython = python3
commands =