summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-01-22 09:47:47 +0000
committerGerrit Code Review <review@openstack.org>2020-01-22 09:47:47 +0000
commitd06e71a55d5f1b06c72707ce555503212ae3757d (patch)
tree650a1093af690cc101d746560492e0683abc867d /tox.ini
parentaa163a72b5dae61588cab1ce673237dce4137480 (diff)
parent73110b490998042c83475911d524468ce0186e93 (diff)
downloadzuul-d06e71a55d5f1b06c72707ce555503212ae3757d.tar.gz
Merge "tox: reduce deps used for pep8 env"
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 f3a436f24..d0396553e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -51,6 +51,10 @@ install_command = pip install {opts} {packages}
# --ignore-missing-imports tells mypy to not try to follow imported modules
# out of the current tree. As you might expect, we don't want to run static
# type checking on the world - just on ourselves.
+deps =
+ flake8
+ mypy<0.650
+ openapi-spec-validator
commands =
flake8 {posargs}
mypy --ignore-missing-imports zuul