diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-03-08 11:03:50 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-03-08 11:03:50 +0800 |
commit | c701ab185721e50cca3d432220361aaa723358cc (patch) | |
tree | d8f7328c47ceca59c4b4d12446582f1699a73a0b /ocata/tox.ini | |
parent | 7c65345926f4e996f9e4616eea82b1e0db0d4779 (diff) |
Remove dependency of newton from ocata
Change-Id: Id51eca6e96fe0b8349c1dbbf76da3cfa2a7f9f05
Issue-ID: MULTICLOUD-138
Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'ocata/tox.ini')
-rw-r--r-- | ocata/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/tox.ini b/ocata/tox.ini index 0df0c4af..671a4f1d 100644 --- a/ocata/tox.ini +++ b/ocata/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 |