fix tox python3 overrides

It is necessary to add python3 as the base python for the genpolicy
test.

Change-Id: I863f1e13ad0053e88ce94cab1bb11274dc304641
This commit is contained in:
Nguyen Hoai Nam 2018-07-22 23:33:21 +07:00 committed by Dobroslaw Zybort
parent 55b2ce0312
commit 9deb316feb
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ description = Generates sample configuration file for monasca-api
commands = oslo-config-generator --config-file=config-generator/api-config.conf
[testenv:genpolicy]
basepython = python3
description = Generates sample policy.json file for monasca-api
commands = oslopolicy-sample-generator --config-file=config-generator/policy.conf