1
0
Fork 0
mirror of synced 2024-06-02 18:44:59 +12:00

disable color and force utf-8 output on windows runner

This commit is contained in:
Nick Sweeting 2020-12-11 19:45:46 +02:00
parent b76ba443f0
commit c47fee066d

View file

@ -3,6 +3,9 @@ on: [push]
env:
DOCKER_IMAGE: archivebox-ci
PYTHONIOENCODING: utf-8
PYTHONLEGACYWINDOWSSTDIO: utf-8
USE_COLOR: False
jobs:
python_tests: