From 9e7c5a6bfd338dd5352d9d6afdae0cea23856acf Mon Sep 17 00:00:00 2001 From: Huang Haibin Date: Wed, 17 Jan 2018 06:06:27 +0800 Subject: Add newton base directory newton base directory is mainly placed openstack public files, we will move mainly from the original newton folder.this patch create newton base framework and move one file to here. Issue-ID: MULTICLOUD-138 Change-Id: Ie901795a5cf3383217c3585eb6602a4baba6dcd8 Signed-off-by: Huang Haibin --- ocata/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ocata/tox.ini') diff --git a/ocata/tox.ini b/ocata/tox.ini index dcd7033e..391f3b71 100644 --- a/ocata/tox.ini +++ b/ocata/tox.ini @@ -7,7 +7,7 @@ downloadcache = ~/cache/pip [testenv] setenv = - PYTHONPATH = {toxinidir}/../newton + PYTHONPATH = {toxinidir}/../newton:{toxinidir}/../share deps = -r{toxinidir}/requirements.txt commands = coverage run --branch manage.py test -- cgit 1.2.3-korg