summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 68feccd..8f201f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
stages:
- - centos6
- # - python26
+ # - centos6
+ # - python26
- python27
- python34
@@ -11,7 +11,7 @@ stages:
script:
- python setup.py clean build test
-centos6:
+.centos6:
stage: centos6
image: centos:6
when: always