cookiecutter-django/.travis.yml

8 lines
144 B
YAML
Raw Normal View History

language: python
before_install:
- time pip install pep8
script:
2014-10-31 00:26:17 +03:00
- pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' .