summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-26 18:11:01 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-26 18:11:01 +0100
commit0741e56289838f59d9687e17be07f9aeb8461849 (patch)
tree98362bcc1cb32b19bbfce46fde2197f5926e202c /tox.ini
parentb4a866318ee5d3d9a7e148b8c1156150e5eb4005 (diff)
downloadqutebrowser-0741e56289838f59d9687e17be07f9aeb8461849.tar.gz
qutebrowser-0741e56289838f59d9687e17be07f9aeb8461849.zip
try to upgrade pip
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 23a0af644..66f6aa998 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,7 @@ basepython =
py38: {env:PYTHON:python3.8}
py39: {env:PYTHON:python3.9}
py310: {env:PYTHON:python3.10}
+pip_version = pip
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-tests.txt
@@ -39,6 +40,7 @@ commands =
cov: {envpython} scripts/dev/check_coverage.py {posargs}
[testenv:bleeding]
+pip_version = pip
basepython = {env:PYTHON:python3}
setenv =
PYTEST_QT_API=pyqt5
@@ -155,6 +157,7 @@ commands =
{envpython} scripts/asciidoc2html.py {posargs}
[testenv:pyinstaller-{64,32}]
+pip_version = pip
basepython = {env:PYTHON:python3}
passenv = APPDATA HOME PYINSTALLER_DEBUG
deps =
@@ -215,6 +218,7 @@ commands =
{envpython} -m sphinx -jauto -W --color {posargs} {toxinidir}/doc/extapi/ {toxinidir}/doc/extapi/_build/
[testenv:build-release]
+pip_version = pip
basepython = {env:PYTHON:python3}
passenv = *
usedevelop = true