Run PEP8 as part of the build process.

This commit is contained in:
Adam Coddington 2014-10-05 20:37:15 -07:00
parent 64ca42d5d7
commit f63e46941f

View file

@ -8,7 +8,6 @@ before_install:
- pip install pytest mock pretend freezegun - pip install pytest mock pretend freezegun
- pip install -e . - pip install -e .
- pip install -q pep8 - pip install -q pep8
before_script:
- pep8 pyicloud
script: script:
- pep8 pyicloud
- python setup.py test - python setup.py test