summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2022-09-22 08:26:10 +1200
committertoofar <toofar@spalge.com>2022-10-14 15:49:28 +1300
commit819d56043b8d3fda62c6c85b04504d96f38642e8 (patch)
tree82c235f4610ec32dc64a76c845728beb303181ae /tox.ini
parent5e11e6c7d413cf5c77056ba871a545aae1cfd66a (diff)
downloadqutebrowser-819d56043b8d3fda62c6c85b04504d96f38642e8.tar.gz
qutebrowser-819d56043b8d3fda62c6c85b04504d96f38642e8.zip
doc: add some contributor notes about mypychore/docs_about_mypy
also update the default tox env list which I forgot to do when changing the mypy targets.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4e7311f45..7aa3d0821 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py38-pyqt515-cov,mypy,misc,vulture,flake8,pylint,pyroma,check-manifest,eslint,yamllint,actionlint
+envlist = py38-pyqt515-cov,mypy-pyqt5,misc,vulture,flake8,pylint,pyroma,check-manifest,eslint,yamllint,actionlint
distshare = {toxworkdir}
skipsdist = true
minversion = 3.20