mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Added travis.yml to check code with pep8
This commit is contained in:
parent
08d6cbad6f
commit
a58602b3ee
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
|
||||
before_install:
|
||||
- time pip install pep8
|
||||
|
||||
script:
|
||||
- pep8 --ignore E121,E122,E201,E202,E231,E265,E401,E501 .
|
Loading…
Reference in New Issue
Block a user