We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ed4a4 commit 7d8d912Copy full SHA for 7d8d912
.travis.yml
@@ -6,9 +6,9 @@ python:
6
services:
7
- docker
8
9
-before_script: which pip3 && sudo pip install -r contrib/mmts/tests2/requirements.txt
+before_script: which pip3 && sudo -H pip3 install -r contrib/mmts/tests2/requirements.txt
10
11
-script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && sudo blockade up && sleep 20 && sudo python3 test_recovery.py
+script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && sudo -H blockade up && sleep 20 && sudo -H python3 test_recovery.py
12
13
notifications:
14
email:
0 commit comments