mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
Travis: export PYTHONPATH to add pylightning
This commit is contained in:
parent
e61e0cc28b
commit
f81db6fb47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user