From 1b13ee9429f43ae2bbd0e7e8e584e6470374f20a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 30 Jul 2020 16:27:48 +0200 Subject: tox: Combine setenv lines --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 309584355..e595e7ef9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,8 +12,7 @@ minversion = 3.15 [testenv] setenv = PYTEST_QT_API=pyqt5 - 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 + pyqt{,57,59,510,511,512,513,514,515}: LINK_PYQT_SKIP=true 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