summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d0a06def..bf166ab1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -109,8 +109,7 @@ commands = oslopolicy-sample-generator --config-file=tools/trove-policy-generato
basepython = python3
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-commands = {[testenv]commands}
- python tools/trove-pylint.py {posargs:check}
+commands = python tools/trove-pylint.py {posargs:check}
[testenv:docs]
basepython = python3