summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2019-04-15 09:44:25 -0700
committerClark Boylan <clark.boylan@gmail.com>2019-04-15 09:44:25 -0700
commit929108725ac8f0c3ca819adbbcbf426b6e2c2f5d (patch)
treea618d08bb7e05e9fb0fa1f2d446a3cc71297af4b /tox.ini
parent5fb5e849545c18f392ec2cc2acdc0f83df6a3637 (diff)
downloadzuul-929108725ac8f0c3ca819adbbcbf426b6e2c2f5d.tar.gz
Fix tox.ini cover target install command
The cover target wasn't working because the various ansible versions weren't getting installed. We can fix that by removing the custom pip install command for the cover target and instead rely on the default install command which handles this for us. Change-Id: Ieb7adce16356f0f080ceac580fbddab0d2dbc537
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 e736a7c6c..990c55f45 100644
--- a/tox.ini
+++ b/tox.ini
@@ -51,7 +51,6 @@ commands =
mypy --ignore-missing-imports zuul
[testenv:cover]
-install_command = pip install {opts} {packages}
setenv =
{[testenv]setenv}
PYTHON=coverage run --source zuul --parallel-mode