From 3341d8e726493eccac2264f89c58e40f97b4bfd7 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Mon, 17 Jun 2019 13:33:36 +0200 Subject: [PATCH] . --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1a0da5..d463022 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,8 +7,9 @@ jobs: - image: ubuntu:18.04 steps: - checkout - - run: make deps-ubuntu deps-test deps install repo/assets - - run: make test + - run: apt-get update ; apt-get install -y sudo make python3 python3-pip git + - run: make deps-ubuntu deps-test deps install repo/assets PIP=pip3 + - run: make test PYTHON=python3 workflows: version: 2