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

Commit ae4d4cc

Browse files
committed
run recovery tests at travis #9
1 parent 7d8d912 commit ae4d4cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
sudo: required
22
# language: python
3-
python:
4-
- "3.4"
3+
# python:
4+
# - "3.4"
55

66
services:
77
- docker
88

9-
before_script: which pip3 && sudo -H pip3 install -r contrib/mmts/tests2/requirements.txt
9+
before_script: which pip3 && sudo -H /opt/python/3.5.0/bin/pip3 install -r contrib/mmts/tests2/requirements.txt
1010

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

0 commit comments

Comments
 (0)