From: Alexander Graf Date: Thu, 17 Nov 2016 17:31:04 +0000 (+0100) Subject: travis: Add python path for environments X-Git-Tag: v2017.01-rc1~207 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e019660a088ddf3038662aa89af7096375e4cee0;p=u-boot travis: Add python path for environments When running in travis-ci, we want to pass environment configuration to the tests. These reside in a path available through PYTHONPATH, so let's define that one to point to the unit test repo. Signed-off-by: Alexander Graf Reviewed-by: Tom Rini --- diff --git a/.travis.yml b/.travis.yml index acb41ea354..89f78d3195 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,7 @@ install: env: global: - PATH=/tmp/dtc:/tmp/uboot-test-hooks/bin:$PATH + - PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci - BUILD_DIR=build - HOSTCC="cc" - HOSTCXX="c++"