From 027c224084fae91283686d70e50ffe258361b1dd Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 2 Jul 2018 20:34:39 +0000 Subject: [PATCH] use python3 in tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f902429d..292dfb14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ test: script: - apt-get update -qy - - apt-get install -y python-dev python-pip tor - - pip install -r requirements.txt + - apt-get install -y python3-dev python3-pip tor + - pip3 install -r requirements.txt - make test \ No newline at end of file