Run PEP8 as part of the build process.
This commit is contained in:
parent
64ca42d5d7
commit
f63e46941f
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue