提交 e019660a 编写于 作者: A Alexander Graf 提交者: Tom Rini

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: NAlexander Graf <agraf@suse.de>
Reviewed-by: NTom Rini <trini@konsulko.com>
上级 faec290f
...@@ -49,6 +49,7 @@ install: ...@@ -49,6 +49,7 @@ install:
env: env:
global: global:
- PATH=/tmp/dtc:/tmp/uboot-test-hooks/bin:$PATH - PATH=/tmp/dtc:/tmp/uboot-test-hooks/bin:$PATH
- PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci
- BUILD_DIR=build - BUILD_DIR=build
- HOSTCC="cc" - HOSTCC="cc"
- HOSTCXX="c++" - HOSTCXX="c++"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册