summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-30 19:53:40 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-30 19:53:40 +0200
commitdd5c9c789388a21774e363f60b04d40d8eb0c533 (patch)
tree2b1af66e66f52b1f5107005f7d1e24ae4961f44a /tox.ini
parent9ed36464304e684e636605c96fd9ea56b808d2ff (diff)
downloadqutebrowser-dd5c9c789388a21774e363f60b04d40d8eb0c533.tar.gz
qutebrowser-dd5c9c789388a21774e363f60b04d40d8eb0c533.zip
Revert "tox: Combine setenv lines"
This reverts commit 1b13ee9429f43ae2bbd0e7e8e584e6470374f20a. This worked locally, but apparently not on CI. Not worth the trouble.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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 =