From 333f81f7388accddab259cfe890e91f5cb86926b Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 1 Dec 2016 13:58:39 -0500 Subject: [PATCH] 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 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 9cef2584a3..4a887c34ba 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,10 @@ [tox] minversion = 1.6 envlist = validate,pep8,bashate +skipdist = True [testenv] +usedevelop=True passenv=ZUUL_CACHE_DIR install_command = pip install -U {opts} {packages} --allow-external lazr.authentication