From 3c6ec642eb4697e47e1088e99d1a7a80286222fe Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 27 Dec 2014 12:17:55 +0200 Subject: [PATCH] travis: add pep8 package --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f88f8ad..2bfebb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ python: install: - pip install . - pip install coveralls + - pip install pep8 script: - pep8 amodem/ scripts/ tests/ amodem-cli