Tox is called from system python2 85/65285/3
authorAric Gardner <agardner@linuxfoundation.org>
Wed, 2 Sep 2020 17:01:19 +0000 (13:01 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 2 Sep 2020 17:07:30 +0000 (13:07 -0400)
commitc80aa5b36c3a2d08dc47d9c5d1cc2366cd161863
tree01857141969a551a958682b1dedd9461a4c3d267
parentcf8b441e368ad0ce9e8c2e0b8ddb7aad0d7d690c
Tox is called from system python2

which tox
/usr/bin/tox
tox --version
3.14.5 imported from
/usr/lib/python2.7/site-packages/tox/__init__.pyc

if $PYTHON=python3 we are not updaing tox
to the lastest version.

for some reason running this old tox
broke things. this appears to fix.

Also revert the lfenv stuff that we
don't want in tox-run

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I2f964ec5123bd4a3b5fcc75f3d1ba38c0810cd8a
shell/tox-install.sh
shell/tox-run.sh