From 2797b0e806fe377df64781754fa183c5a73c26e6 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 15 Jan 2020 16:15:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20CircleCI:=20Try=20to=20fix=20encodi?= =?UTF-8?q?ng=20problem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8cdc067..bcf7e4b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,15 +7,14 @@ jobs: build-python36: docker: - image: ubuntu:18.04 + environment: + - PYTHONIOENCODING: utf-8 steps: - run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick - checkout - run: make install PIP_INSTALL="pip3 install" - run: pip3 install -r requirements-test.txt - - run: - command: | - export PYTHONIOENCODING=utf-8 - make coverage + - run: make coverage - codecov/upload workflows: