Commit e019660a088ddf3038662aa89af7096375e4cee0

Authored by Alexander Graf
Committed by Tom Rini
1 parent faec290f7e

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 <agraf@suse.de>
Reviewed-by: Tom Rini <trini@konsulko.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -49,6 +49,7 @@
49 49 env:
50 50 global:
51 51 - PATH=/tmp/dtc:/tmp/uboot-test-hooks/bin:$PATH
  52 + - PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci
52 53 - BUILD_DIR=build
53 54 - HOSTCC="cc"
54 55 - HOSTCXX="c++"