summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-01-09 17:50:27 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-01-09 22:09:03 +0100
commitfe3d3acfa72aaf1354fec23d7562c02297af289e (patch)
tree8cb9fd691775cfb225d2db69b2f11a14719725d5 /tox.ini
parent536ca019acce184e195b25e5ac0171cf38f14e6b (diff)
downloadqutebrowser-fe3d3acfa72aaf1354fec23d7562c02297af289e.tar.gz
qutebrowser-fe3d3acfa72aaf1354fec23d7562c02297af289e.zip
tox: Add tox-pip-version
This is needed to upgrade pip so it can install PyQt 5.14.1 manylinux2014 wheels.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index be2e0677a..c4c9d1a60 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,6 +22,7 @@ basepython =
py36: {env:PYTHON:python3.6}
py37: {env:PYTHON:python3.7}
py38: {env:PYTHON:python3.8}
+pip_version = pip
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-tests.txt
@@ -69,6 +70,7 @@ deps =
[testenv:misc]
ignore_errors = true
basepython = {env:PYTHON:python3}
+pip_version = pip
# For global .gitignore files
passenv = HOME
deps =
@@ -80,6 +82,7 @@ commands =
[testenv:vulture]
basepython = {env:PYTHON:python3}
+pip_version = pip
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-vulture.txt
@@ -90,6 +93,7 @@ commands =
[testenv:vulture-pyqtlink]
basepython = {env:PYTHON:python3}
+pip_version = pip
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-vulture.txt
@@ -100,6 +104,7 @@ commands =
[testenv:pylint]
basepython = {env:PYTHON:python3}
+pip_version = pip
ignore_errors = true
passenv =
deps =
@@ -113,6 +118,7 @@ commands =
[testenv:pylint-pyqtlink]
basepython = {env:PYTHON:python3}
+pip_version = pip
ignore_errors = true
passenv =
deps =
@@ -126,6 +132,7 @@ commands =
[testenv:pylint-master]
basepython = {env:PYTHON:python3}
+pip_version = pip
passenv = {[testenv:pylint]passenv}
deps =
-r{toxinidir}/requirements.txt
@@ -138,6 +145,7 @@ commands =
[testenv:flake8]
basepython = {env:PYTHON:python3}
+pip_version = pip
passenv =
deps =
-r{toxinidir}/requirements.txt
@@ -147,6 +155,7 @@ commands =
[testenv:pyroma]
basepython = {env:PYTHON:python3}
+pip_version = pip
passenv =
deps =
-r{toxinidir}/misc/requirements/requirements-pyroma.txt
@@ -155,6 +164,7 @@ commands =
[testenv:check-manifest]
basepython = {env:PYTHON:python3}
+pip_version = pip
passenv =
deps =
-r{toxinidir}/misc/requirements/requirements-check-manifest.txt
@@ -163,6 +173,7 @@ commands =
[testenv:docs]
basepython = {env:PYTHON:python3}
+pip_version = pip
whitelist_externals = git
passenv = TRAVIS TRAVIS_PULL_REQUEST
deps =
@@ -175,6 +186,7 @@ commands =
[testenv:pyinstaller]
basepython = {env:PYTHON:python3}
+pip_version = pip
passenv = APPDATA HOME
deps =
-r{toxinidir}/requirements.txt
@@ -194,6 +206,7 @@ commands = eslint --color --report-unused-disable-directives .
[testenv:mypy]
basepython = {env:PYTHON:python3}
+pip_version = pip
passenv = TERM
deps =
-r{toxinidir}/requirements.txt
@@ -206,6 +219,7 @@ commands =
[testenv:sphinx]
basepython = {env:PYTHON:python3}
+pip_version = pip
passenv =
usedevelop = true
deps =