Fix quotes

This commit is contained in:
Iacopo Spalletti 2015-10-18 15:25:50 +02:00
parent 3a88b33695
commit 7ca566f839
1 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@ languages:
PHP: false PHP: false
Python: true Python: true
exclude_paths: exclude_paths:
- "djangocms_blog/migrations/*" - 'djangocms_blog/migrations/*'
- "djangocms_blog/south_migrations/*" - 'djangocms_blog/south_migrations/*'
- "tests/*" - 'tests/*'