From 95505797df503a086a311cab9aecbd2318522407 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 26 Nov 2019 14:29:03 +0000 Subject: Update to python3 --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28c664c..f2e6051 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,12 +2,15 @@ image: debian:stretch before_script: - apt-get update -y - - apt-get install -y -qq python-dev python-pip + - apt-get install -y -qq python3-dev python3-pip # Deps for running tests - apt-get install -y -qq cmdtest curl git # Deps for lorry-controller - - apt-get install -y -qq python-bottle python-flup python-requests - - pip install yoyo-migrations + - apt-get install -y -qq python3-bottle python3-requests + - pip3 install flup + - pip3 install yoyo-migrations + - pip3 install pyyaml + - pip3 install https://gitlab.com/trovekube/cliapp/-/archive/cliapp-1.20180812.1/cliapp-cliapp-1.20180812.1.tar.gz run-check: script: - sh check -- cgit v1.2.1