summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-06-13 15:44:05 -0400
committerAndreas Jaeger <aj@suse.com>2018-09-19 08:30:33 +0200
commit205512df1b0e3dd904ed7d51ccdfbf27aaeac7f1 (patch)
tree99ee17711742c467c63c38d893aa0be3a258bb31 /tox.ini
parentad848298821974a5b7acf7120778cf3e8b1fe023 (diff)
downloadtrove-205512df1b0e3dd904ed7d51ccdfbf27aaeac7f1.tar.gz
make tox -e pylint only run pylint
Having the pylint environment run redundant commands just makes the job take longer. Change-Id: Ibb86b40e589d1b6f9c3af5901549d7aa5170e8c8 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
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]