summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2017-12-15 10:50:14 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-12-17 19:27:41 +0900
commitbdf3549563f0fa5e1985a30d12cb923861e40866 (patch)
tree88cc415fe9f82fab24d56b5a628f4531c0a8faeb /.travis.yml
parent870dcab678b57c3ef1f223a020796dc13920baef (diff)
pycodestyle: Replace pep8
pep8 has been renamed to pycodestyle and will be removed in a future release. This patch replaces pep8 by pycodestyle and adding some settings for pycodestyle. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e5474a1..6c6e7f42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ env:
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy26
- - TOX_ENV=pep8
+ - TOX_ENV=pycodestyle
services:
- docker