Skip to content

Commit 7d8d912

Browse files
committed
run recovery tests at travis #8
1 parent 66ed4a4 commit 7d8d912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ python:
66
services:
77
- docker
88

9-
before_script: which pip3 && sudo pip install -r contrib/mmts/tests2/requirements.txt
9+
before_script: which pip3 && sudo -H pip3 install -r contrib/mmts/tests2/requirements.txt
1010

11-
script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && sudo blockade up && sleep 20 && sudo python3 test_recovery.py
11+
script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && sudo -H blockade up && sleep 20 && sudo -H python3 test_recovery.py
1212

1313
notifications:
1414
email:

0 commit comments

Comments
 (0)