summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-07-19 17:24:04 +0000
committerGerrit Code Review <review@openstack.org>2019-07-19 17:24:04 +0000
commitd5e2d653af7d498ba1f960fed553fb148deb40e0 (patch)
treea897c94fd276b558399da91363ba861e50ec1f9d /tox.ini
parentc2eda78f9e48bdf2d6855bb0e45dcc8247a9acbc (diff)
parent69420d60c425cfba040ab040049f28efe517fab6 (diff)
downloadglance_store-d5e2d653af7d498ba1f960fed553fb148deb40e0.tar.gz
Merge "Remove outdated line in tox.ini"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 27c54d8..cb6d09a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,7 +27,6 @@ commands = sphinx-build -a -E -W -d releasenotes/build/.doctrees -b html release
basepython = python3
commands =
flake8 {posargs}
- # Run security linter
doc8 {posargs}
[testenv:cover]