We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8d912 commit ae4d4ccCopy full SHA for ae4d4cc
.travis.yml
@@ -1,12 +1,12 @@
1
sudo: required
2
# language: python
3
-python:
4
- - "3.4"
+# python:
+# - "3.4"
5
6
services:
7
- docker
8
9
-before_script: which pip3 && sudo -H pip3 install -r contrib/mmts/tests2/requirements.txt
+before_script: which pip3 && sudo -H /opt/python/3.5.0/bin/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
12
0 commit comments