diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-03-07 18:41:01 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-03-07 18:41:01 +0800 |
commit | 7c65345926f4e996f9e4616eea82b1e0db0d4779 (patch) | |
tree | a3ef33ff8aa892e3c09cf33ae8d8ceaf72ba83a2 /windriver/tox.ini | |
parent | 6cf4f97763a1668769c00f6da1bf7a78ec1e1189 (diff) |
Move testbase and mock to share dir
Remove dependency of newton from windriver
Change-Id: Ida0f123b1a4513aab0198a701ea771bbbfebb7fb
Issue-ID: MULTICLOUD-138
Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'windriver/tox.ini')
-rw-r--r-- | windriver/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windriver/tox.ini b/windriver/tox.ini index 29baba1a..0f9b2aee 100644 --- a/windriver/tox.ini +++ b/windriver/tox.ini @@ -7,7 +7,7 @@ downloadcache = ~/cache/pip [testenv] setenv = - PYTHONPATH = {toxinidir}/../newton:{toxinidir}/../share + PYTHONPATH = {toxinidir}/../share deps = -r{toxinidir}/requirements.txt commands = coverage run --branch manage.py test titanium_cloud |