From 17978b9ee8717cc850bab12ab6ba84acd87bf563 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Thu, 2 Nov 2017 15:47:54 +0000 Subject: [PATCH] Replace pep8 with pycodestyle. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ffc0a9..8c8bfb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - "2.6" - "2.7" install: - - pip install pep8 + - pip install pycodestyle script: - python -m isodatetime.tests - - pep8 -v isodatetime + - pycodestyle -v isodatetime