configure tox to always reinstall the tools

When running commands using "tox -e venv -- $name" while working on the
missing-releases command, I noticed that changes to the program were not
being installed into the tox environment as I made them and re-ran
tox. These changes fix that issue by having tox always re-install.

Change-Id: Iea132f5fecfc47a0cd4bbb3c7777568da841bf53
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-08-30 18:26:21 -04:00
parent 7938a8acad
commit c50bc84923

View File

@ -1,10 +1,8 @@
[tox]
minversion = 1.6
envlist = validate,pep8,bashate
skipsdist = True
[testenv]
usedevelop = True
passenv=ZUUL_CACHE_DIR
install_command = pip install -U {opts} {packages}
--allow-external lazr.authentication