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