From 6200c67619329f686dfb888ac7ef25469375df83 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Thu, 24 Nov 2016 14:01:47 +0800 Subject: Use `pbr` for setup configuration - `pbr` does a bunch of things[1] and is used widely in OpenStack - moved legacy `qtip.py` to scripts in order to keep the project folder clean [1]: http://docs.openstack.org/developer/pbr/#what-it-does Change-Id: I6a9b83883283eaa527e2c3d4cd8d221ee6efca41 Signed-off-by: Yujun Zhang --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f5859b6e..0ca99932 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,8 @@ commands= py.test \ --basetemp={envtmpdir} \ {posargs} +setenv= + PYTHONPATH = {toxinidir} [testenv:pep8] deps = flake8 -- cgit 1.2.3-korg