Gate python3 unittests

Add a job to gate python3 unittests

Depends-on: I4c20eb58982c66598f0283864b9863b84cc29e57
Change-Id: I2195320e578d88d84d53eb2cf411e5e6476a5a5c
This commit is contained in:
Eduardo Gonzalez 2018-06-07 09:22:13 +02:00
parent 4ceed99c43
commit 52122a6cdf
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 = ostestr {posargs}
[testenv:py35]
commands = stestr run {posargs}
[testenv:functional]
whitelist_externals =
{[testenv]whitelist_externals}