mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
8 lines
144 B
YAML
8 lines
144 B
YAML
language: python
|
|
|
|
before_install:
|
|
- time pip install pep8
|
|
|
|
script:
|
|
- pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' .
|