summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-12-29 14:45:09 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2016-12-29 14:45:09 +0100
commit3cc42d3c5673565bcabb5afe70a98626ad0a303a (patch)
tree29ee40f69a33364793acff7e89bb6dbb3b6c79cc
parentfcd8d0c338ab820ffbbcc1dc5509949c149bd3f1 (diff)
[tests] make gitlab use released version of soledad
after 0.9.2 there's a breaking change in the api, that removes the syncable parameter.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf4ffd1..5e17b97 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,8 @@ test:
image: leapcode/soledad:latest
stage: test
script:
- - tox --recreate -e py27-dev
+ - tox --recreate
+ #- tox --recreate -e py27-dev
build:
image: leapcode/bitmask-dev:latest