configure tox to install editable versions of tools
This configuration makes it easier to work on changes to the tools. Change-Id: Ic4afe2a811d6eb2163a2590a865b0f56d1474eb8 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
71f36ccc05
commit
333f81f738
2
tox.ini
2
tox.ini
@ -1,8 +1,10 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
envlist = validate,pep8,bashate
|
envlist = validate,pep8,bashate
|
||||||
|
skipdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
usedevelop=True
|
||||||
passenv=ZUUL_CACHE_DIR
|
passenv=ZUUL_CACHE_DIR
|
||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -U {opts} {packages}
|
||||||
--allow-external lazr.authentication
|
--allow-external lazr.authentication
|
||||||
|
Loading…
Reference in New Issue
Block a user