summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-30 16:27:48 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-30 16:27:48 +0200
commit1b13ee9429f43ae2bbd0e7e8e584e6470374f20a (patch)
tree7d4c3fa0278a912af77add6bcca2f01e6b8c9970 /tox.ini
parent76eed0aa9c4f01f8282a9f305b8fde64588d26c4 (diff)
downloadqutebrowser-1b13ee9429f43ae2bbd0e7e8e584e6470374f20a.tar.gz
qutebrowser-1b13ee9429f43ae2bbd0e7e8e584e6470374f20a.zip
tox: Combine setenv lines
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
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 =