diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-12-15 10:50:16 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-12-17 19:27:46 +0900 |
commit | 83650576e4280bff7dac7083b7e842704852093b (patch) | |
tree | b5272ca5ea1e6b5bbe5e5fb7782d0e63147a7a7e /tools | |
parent | d64db265b38b253fbaf0f3342893830489d074c3 (diff) |
travis: Introduce autopep8 test
This patch add a new test using "autopep8" to keep codes reformatted
easily by using Python tool.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test-requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires index dd90cb5e..e0503381 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,3 +1,4 @@ +autopep8 coverage mock nose |