From 2a4297c5fcf46f6c618c7e71232bf5c1764736f9 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 27 Dec 2014 12:12:24 +0200 Subject: [PATCH] add PEP8 to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 23ea3e9..f88f8ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ install: - pip install coveralls script: + - pep8 amodem/ scripts/ tests/ amodem-cli - cd tests - coverage run --source=amodem -m py.test