summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-23 07:09:43 +0000
committerGerrit Code Review <review@openstack.org>2019-05-23 07:09:43 +0000
commit53f97dc58e6024ae3cb2b59dec3c155c0c4b3312 (patch)
tree327edee5dfbdd9ca5243061fa6c1d75b1a998579 /tox.ini
parent09131cb2caff483da03f0a7b24bc509d17c84ff9 (diff)
parente054b368dcf147a3dd4e2a746ee9c5c9401718c9 (diff)
downloadkeystone-53f97dc58e6024ae3cb2b59dec3c155c0c4b3312.tar.gz
Merge "Pep8 environment to run on delta code only"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 800610acc..5da6652b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,6 +39,13 @@ commands =
# Run security linter
bandit -r keystone -x 'keystone/tests/*'
+[testenv:fast8]
+basepython = python3
+envdir = {toxworkdir}/pep8
+commands =
+ {toxinidir}/tools/fast8.sh
+passenv = FAST8_NUM_COMMITS
+
[testenv:bandit]
basepython = python3
# NOTE(browne): This is required for the integration test job of the bandit