Merge "Add py36 testenv"
This commit is contained in:
commit
eed8b98084
5
tox.ini
5
tox.ini
@ -19,6 +19,7 @@ deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/re
|
|||||||
commands =
|
commands =
|
||||||
py27: {[unit_tests]commands}
|
py27: {[unit_tests]commands}
|
||||||
py35: {[unit_tests]commands}
|
py35: {[unit_tests]commands}
|
||||||
|
py36: {[unit_tests]commands}
|
||||||
|
|
||||||
[unit_tests]
|
[unit_tests]
|
||||||
commands =
|
commands =
|
||||||
@ -42,6 +43,10 @@ commands =
|
|||||||
basepython = python3.5
|
basepython = python3.5
|
||||||
commands = {[unit_tests]commands}
|
commands = {[unit_tests]commands}
|
||||||
|
|
||||||
|
[testenv:py36]
|
||||||
|
basepython = python3.6
|
||||||
|
commands = {[unit_tests]commands}
|
||||||
|
|
||||||
[testenv:py3-dj111]
|
[testenv:py3-dj111]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user