Merge "Gate python3 unittests"

This commit is contained in:
Zuul 2018-06-07 15:02:34 +00:00 committed by Gerrit Code Review
commit 46a0b74560
2 changed files with 6 additions and 1 deletions

View File

@ -41,6 +41,7 @@
jobs:
- openstack-tox-pep8
- openstack-tox-py27
- openstack-tox-py35
- kollacli-tox-mypy
- kollacli-tox-functional
- kollacli-tox-functional-py35
@ -48,6 +49,7 @@
jobs:
- openstack-tox-pep8
- openstack-tox-py27
- openstack-tox-py35
- kollacli-tox-mypy
- kollacli-tox-functional
- kollacli-tox-functional-py35

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = pep8,mypy,functional,functional-py35,py27
envlist = pep8,mypy,functional,functional-py35,py27,py35
[testenv]
usedevelop=True
@ -20,6 +20,9 @@ commands =
[testenv:py27]
commands = stestr run {posargs}
[testenv:py35]
commands = stestr run {posargs}
[testenv:functional]
whitelist_externals =
{[testenv]whitelist_externals}