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

Commit 22a1402

Browse files
committed
regression tests on travis #0
1 parent 4abf97e commit 22a1402

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 @@ sudo: required
66
services:
77
- docker
88

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

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

1313
notifications:
1414
email:

0 commit comments

Comments
 (0)