Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 66ed4a4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

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

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

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

0 commit comments

Comments
 (0)