Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-08 11:12:23 +00:00 committed by Gerrit Code Review
commit 4f45ede78c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ commands =
stestr run --blacklist-file {env:BLACKLIST_FILE} {posargs}
[testenv:cover]
basepython = python2.7
basepython = python3
setenv =
PYTHON=coverage run --source monasca_common --parallel-mode
commands =