summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2019-05-25 08:35:21 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2019-05-25 09:07:32 +0200
commite912cd15a933e660043a0c55d38158ebeee627b9 (patch)
tree286856075e5f051d8d4b6f94a515df86cab17c86 /tox.ini
parentaf910d9d8e432100a74e97a91670fc0ecc7e2b4f (diff)
downloadzuul-e912cd15a933e660043a0c55d38158ebeee627b9.tar.gz
Fix test-logs.sh utility for multi-ansible
Since the multi-ansible work the test-logs.sh script is broken and needs to be fixed to use the managed ansible. Change-Id: I271f45d9f096a05949900ba1dd2bf8321c459815
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 79d36f062..d120c99e1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -74,7 +74,6 @@ commands =
sphinx-build -E -W -d doc/build/doctrees -b html doc/source/ doc/build/html
[testenv:venv]
-install_command = pip install {opts} {packages}
commands = {posargs}
[testenv:nodepool]