From dd5c9c789388a21774e363f60b04d40d8eb0c533 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 30 Jul 2020 19:53:40 +0200 Subject: Revert "tox: Combine setenv lines" This reverts commit 1b13ee9429f43ae2bbd0e7e8e584e6470374f20a. This worked locally, but apparently not on CI. Not worth the trouble. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e595e7ef9..309584355 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,8 @@ minversion = 3.15 [testenv] setenv = PYTEST_QT_API=pyqt5 - pyqt{,57,59,510,511,512,513,514,515}: LINK_PYQT_SKIP=true QUTE_BDD_WEBENGINE=true + 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 PY_COLORS basepython = -- cgit v1.2.3-54-g00ecf