cookiecutter-django/.travis.yml
2014-12-18 12:32:41 -03:00

13 lines
213 B
YAML

language: python
before_install:
- time pip install pep8
script:
- pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' .
notifications:
email:
on_success: never
on_failure: never