Skip to content

Commit edfa8ee

Browse files
committed
consistent use of single quotes
1 parent 3448e26 commit edfa8ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- DJANGO=django==1.8.18
1212

1313
install:
14-
- pip install $DJANGO django-jinja=2.3.1 flake8
14+
- pip install $DJANGO django-jinja==2.3.1 flake8
1515

1616
script:
1717
- flake8 bootstrapform_jinja/

bootstrapform_jinja/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class BootstrapformJinjaConfig(AppConfig):
55
name = 'bootstrapform_jinja'
6-
verbose_name = "Bootstrapform for Jinja"
6+
verbose_name = 'Bootstrapform for Jinja'
77

88
def ready(self):
99
# Make sure tags are registered

0 commit comments

Comments
 (0)