diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-08-21 14:53:01 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-08-22 06:24:11 +0900 |
commit | 1dcf8f76d931aa210406cc643af61ff4d1545d06 (patch) | |
tree | e2fdf729c7658575ef2dfdf943ce354f2fc4595d /tools | |
parent | 03b42e23d422f8a6bd661859f145e4b1a30a7bf3 (diff) |
test: use the latest version of pep8
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires index 30546276..da50e3e0 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,4 +1,4 @@ coverage nose -pep8==0.6.1 +pep8 pylint==0.25.0 |