We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4d4cc commit 8cea27fCopy full SHA for 8cea27f
.travis.yml
@@ -6,9 +6,9 @@ sudo: required
6
services:
7
- docker
8
9
-before_script: which pip3 && sudo -H /opt/python/3.5.0/bin/pip3 install -r contrib/mmts/tests2/requirements.txt
+before_script: sudo "PATH=$PATH" pip3 install -r contrib/mmts/tests2/requirements.txt
10
11
-script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && sudo -H blockade up && sleep 20 && sudo -H python3 test_recovery.py
+script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && sudo "PATH=$PATH" blockade up && sleep 20 && sudo "PATH=$PATH" python3 test_recovery.py
12
13
notifications:
14
email:
0 commit comments