Travis: export PYTHONPATH to add pylightning

This commit is contained in:
darosior 2019-07-10 23:45:09 +02:00 committed by Rusty Russell
parent e61e0cc28b
commit f81db6fb47

View File

@ -10,6 +10,7 @@ export COMPAT=${COMPAT:-1}
export PATH=$CWD/dependencies/bin:"$HOME"/.local/bin:"$PATH"
export TIMEOUT=180
export PYTEST_PAR=2
export PYTHONPATH=$PWD/contrib/pylightning:$PYTHONPATH
# If we're not in developer mode, tests spend a lot of time waiting for gossip!
# But if we're under valgrind, we can run out of memory!
if [ "$DEVELOPER" = 0 ] && [ "$VALGRIND" = 0 ]; then