summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-01 17:55:27 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-15 17:16:38 +0000
commitac377cb9745527c87e5c3db5e069a5615df17568 (patch)
tree28db8caa08ef10dac649af277a5b24172deea6f3
parent2658d0f5ef815e1948206c846e2ad071f2557ba7 (diff)
downloaddefinitions-ac377cb9745527c87e5c3db5e069a5615df17568.tar.gz
Use python 3.4
Change-Id: I4d6066cc6d1b1650a35bf12011ef51c37dffcbd6
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40291442..3edc254e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,9 @@
-image: python:2.7-slim
+image: python:3.4-slim
before_script:
- export LC_ALL="C.UTF-8"
- apt-get update -qq && apt-get install -y -qq git
- - cd ybd && ./install_dependencies.sh && cd ..
- - git clone https://gitlab.com/baserock/ybd.git -b jjardon/lc/py3.4
+ - git clone https://gitlab.com/baserock/ybd.git -b lc/py3.4
- cd ybd && ./install_dependencies.sh && cd ..
build-system-x86_64-chroot-build: