summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5e17b975..bf4ffd1e 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