cookiecutter-django/.travis.yml
2014-10-30 22:26:17 +01:00

8 lines
144 B
YAML

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