]> git.ipfire.org Git - people/ms/u-boot.git/commit
travis: Add python path for environments
authorAlexander Graf <agraf@suse.de>
Thu, 17 Nov 2016 17:31:04 +0000 (18:31 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 26 Nov 2016 20:50:53 +0000 (15:50 -0500)
commite019660a088ddf3038662aa89af7096375e4cee0
tree1ee6f99dcb4814205014add667b9b3cb7ca75e51
parentfaec290f7e1fe392cd54e3e5ecc282dfc94349e3
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>
.travis.yml