summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-09-26 22:25:26 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-09-26 22:29:22 +0200
commitc09c1fb006b9323436b732340ec2f742f19732a2 (patch)
tree20b793d515c185b02ad2e982d17abaa27e8ad67e /tox.ini
parentc397e9326b6d323f41e1f26157e113d792c5895b (diff)
downloadqutebrowser-c09c1fb006b9323436b732340ec2f742f19732a2.tar.gz
qutebrowser-c09c1fb006b9323436b732340ec2f742f19732a2.zip
Update to mypy 0.730
We can't use specific type ignores yet as there is no pyflakes release with this change in: https://github.com/PyCQA/pyflakes/pull/455
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 344ccde97..dc129b8ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -193,7 +193,7 @@ commands = eslint --color --report-unused-disable-directives .
[testenv:mypy]
basepython = {env:PYTHON:python3}
-passenv =
+passenv = TERM
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-dev.txt