Skip to content

Commit 9194817

Browse files
Enable Flake8
1 parent 4fa8e07 commit 9194817

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ before_script:
2222
- python manage.py collectstatic --noinput
2323

2424
script:
25+
- flake8 .
2526
- coverage run --source='main' manage.py test --verbosity 2
2627

2728
after_success:

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ psycopg2==2.7.3.1
66
pytz==2017.2
77
whitenoise==3.3.1
88
django-allauth==0.33.0
9-
django-crispy-forms==1.7.0
9+
django-crispy-forms==1.7.0
10+
flake8==3.4.1

0 commit comments

Comments
 (0)