Enable PEP8 on CodeClimate

This commit is contained in:
Daniel Lintott 2015-12-19 20:22:30 +00:00
parent 3b141a4526
commit bf47bd98d1
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ engines:
enabled: true
radon:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.py"
@ -12,3 +14,5 @@ exclude_paths:
- "MANIFEST.in"
- "src/OXM/images/**"
- "src/OXM/images_map/*.png"
- "**.conf"
- "**.xml"