travis/gitlab/azure: Ensure we use python3 always
authorTom Rini <trini@konsulko.com>
Tue, 11 Feb 2020 17:41:14 +0000 (12:41 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 13 Feb 2020 15:10:50 +0000 (10:10 -0500)
commit26a426a1001d0f84fc1627ea547fb4f406e85d5c
treebfd3b5c5a626105d79cfefbf59524bea03cd2b61
parentfbf9c154a6d9c600b355076c33f60781ddbd34f2
travis/gitlab/azure: Ensure we use python3 always

When running our tests there are some cases where as part of the Python
2.7 to Python 3.6 migration we didn't force Python 3.6 to be used as
everything wasn't yet migrated.  Now that everything is, make sure to
tell virtualenv to use python3.  In the case of Travis this is best done
by making the tools test happen after the main tests so that it will
already have been run in all cases, TEST_PY_TOOLS is a subset of
TEST_PY_BD.

Signed-off-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml
.gitlab-ci.yml
.travis.yml