mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Added travis.yml to check code with pep8
This commit is contained in:
parent
08d6cbad6f
commit
a58602b3ee
1 changed files with 7 additions and 0 deletions
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 a new issue