Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e835a66
)
Enable pep8 in tox test by default
03/27303/1
author
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Fri, 20 Jan 2017 15:23:51 +0000
(23:23 +0800)
committer
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Fri, 20 Jan 2017 15:25:42 +0000
(23:25 +0800)
Check it locally before submit for verification by opnfv-lint task
Change-Id: I2736d53e82a87d39a7316036aa97105bb13fec2f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
56a8afe
..
03283e4
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-4,7
+4,7
@@
# and then run "tox" from this directory.
[tox]
-envlist = py27
+envlist = py27
,pep8
skipsdist = True
[testenv]