summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 568e3214..0e351fd6 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:lower-constraints]