fix tox python3 overrides

It is necessary to move from python2.7 to python3 for cover test as the
previous commit: I12967d5f5e707efe2b271b28bc7ea4b40e7f1c15

Change-Id: I207c1962e05dae5e45353d58faeb8615170b1163
This commit is contained in:
Nguyen Hoai Nam 2018-07-22 23:26:02 +07:00
parent 3712e124a6
commit 915b96f59c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ commands =
ostestr {posargs}
[testenv:cover]
basepython = python2.7
basepython = python3
commands =
{[testenv]commands}
coverage erase