We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa8e07 commit 9194817Copy full SHA for 9194817
.travis.yml
@@ -22,6 +22,7 @@ before_script:
22
- python manage.py collectstatic --noinput
23
24
script:
25
+ - flake8 .
26
- coverage run --source='main' manage.py test --verbosity 2
27
28
after_success:
requirements.txt
@@ -6,4 +6,5 @@ psycopg2==2.7.3.1
6
pytz==2017.2
7
whitenoise==3.3.1
8
django-allauth==0.33.0
9
-django-crispy-forms==1.7.0
+django-crispy-forms==1.7.0
10
+flake8==3.4.1
0 commit comments