diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-03-15 22:47:37 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-03-15 22:47:37 +0800 |
commit | 6c7295e3de3fe80e8a5adf31b64be186e27ce5ad (patch) | |
tree | 1b4e22bee81c70ed09b5061049b8ad8576e68c78 /newton/tox.ini | |
parent | 70b3774c3855f256ad9976743f433d88eacab655 (diff) |
Enable AOP for newton logging
Change-Id: I232b60b48fb678821502f1ee3b14022bab078aba
Issue-ID: MULTICLOUD-177
Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'newton/tox.ini')
-rw-r--r-- | newton/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newton/tox.ini b/newton/tox.ini index 4be77268..e3334cf1 100644 --- a/newton/tox.ini +++ b/newton/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py35,cov +envlist = py27,cov skipsdist = true [tox:jenkins] |