mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 13:17:00 +03:00
13 lines
213 B
YAML
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
|