From 2130af688a0062900573519354d8c3a78d3d62e0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Jul 2020 17:20:43 +0200 Subject: ci: Use PY_COLORS to force colored output This should also color tox output, and it doesn't conflict with PYTEST_ADDOPTS being used for coverage options. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a4d393a7a..7a5c37d10 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = pyqt{,57,59,510,511,512,513,514,515}: LINK_PYQT_SKIP=true pyqt{,57,59,510,511,512,513,514,515}: QUTE_BDD_WEBENGINE=true cov: PYTEST_ADDOPTS=--cov --cov-report xml --cov-report=html --cov-report= -passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI XDG_* QUTE_* DOCKER QT_QUICK_BACKEND PYTEST_ADDOPTS +passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI XDG_* QUTE_* DOCKER QT_QUICK_BACKEND PY_COLORS basepython = py3: {env:PYTHON:python3} py35: {env:PYTHON:python3.5} -- cgit v1.2.3-54-g00ecf