Pass PYTHONPATH to tox env to fix install issues 09/14009/2
authorEric Ball <eball@linuxfoundation.org>
Sat, 15 Dec 2018 01:20:49 +0000 (17:20 -0800)
committerEric Ball <eball@linuxfoundation.org>
Sat, 15 Dec 2018 01:31:18 +0000 (17:31 -0800)
commit5264e8b3dfcf1c19fed9e999441b5b3735fb71b9
treef99e0852ed013d0d6f6ef50fae5c9fa05aa66013
parent8d956c28fd373cea23b628e8da12785367991c1a
Pass PYTHONPATH to tox env to fix install issues

We have seen install issues that only seem to happen on build
machines. The reason these problems do not appear on local builds is
still not clear, but passing in the PYTHONPATH (set to the working
directory) is an innocuous change that fixes the problem.

Change-Id: I70217404b5a1f993d233714e2e1cac4ae9e7fd2d
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
shell/tox-run.sh