diff options
-rw-r--r-- | .gitlab-ci.yml | 3 | ||||
-rw-r--r-- | tox.ini | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e17b97..bf4ffd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,7 @@ test: image: leapcode/soledad:latest stage: test script: - - tox --recreate - #- tox --recreate -e py27-dev + - tox --recreate -e py27-dev build: image: leapcode/bitmask-dev:latest @@ -18,14 +18,15 @@ setenv = [testenv:py27-dev] # This is the environment that the Gitlab CI runs normally +# we want to pick latest in soledad master and pycommon master commands = py.test -k 'not bench' --pep8 {posargs} deps = -r{toxinidir}/pkg/requirements-testing.pip gnupg -egit+https://0xacab.org/leap/leap_pycommon@master#egg=leap.common - -egit+https://0xacab.org/leap/soledad@develop#egg=leap.soledad.common&subdirectory=common - -egit+https://0xacab.org/leap/soledad@develop#egg=leap.soledad.client&subdirectory=client + -egit+https://0xacab.org/leap/soledad@master#egg=leap.soledad.common&subdirectory=common + -egit+https://0xacab.org/leap/soledad@master#egg=leap.soledad.client&subdirectory=client setenv = HOME=/tmp PATH=/usr/bin/:/bin/ |