Skip to content

Commit d09e70c

Browse files
committed
run recovery tests at travis #11
1 parent 8cea27f commit d09e70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sudo: required
66
services:
77
- docker
88

9-
before_script: sudo "PATH=$PATH" pip3 install -r contrib/mmts/tests2/requirements.txt
9+
before_script: sudo "PATH=$PATH PYTHONPATH=$PYTHONPATH" pip3 install -r contrib/mmts/tests2/requirements.txt
1010

1111
script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && sudo "PATH=$PATH" blockade up && sleep 20 && sudo "PATH=$PATH" python3 test_recovery.py
1212

0 commit comments

Comments
 (0)