diff options
| author | Alexander Graf <[email protected]> | 2016-11-17 18:31:04 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-11-26 15:50:53 -0500 |
| commit | e019660a088ddf3038662aa89af7096375e4cee0 (patch) | |
| tree | 1ee6f99dcb4814205014add667b9b3cb7ca75e51 | |
| parent | faec290f7e1fe392cd54e3e5ecc282dfc94349e3 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index acb41ea354f..89f78d31951 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++" |
