From f63e46941fadf1eaaa4e2672cb214e6c8625b8f5 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 5 Oct 2014 20:37:15 -0700 Subject: [PATCH] Run PEP8 as part of the build process. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 48e7789..6520e23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ before_install: - pip install pytest mock pretend freezegun - pip install -e . - pip install -q pep8 -before_script: - - pep8 pyicloud script: + - pep8 pyicloud - python setup.py test