Skip to content
Snippets Groups Projects
Commit e019660a authored by Alexander Graf's avatar Alexander Graf Committed by Tom Rini
Browse files

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: default avatarAlexander Graf <agraf@suse.de>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent faec290f
No related branches found
No related tags found
No related merge requests found
......@@ -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++"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment