Added Flake8 lib and fixed PEP8 violations
This commit is contained in:
parent
0cbd3aa666
commit
edcfd3e9f4
65 changed files with 341 additions and 388 deletions
|
|
@ -4,8 +4,10 @@ python:
|
|||
- "3.6"
|
||||
|
||||
env:
|
||||
# Set a dummy secret key
|
||||
# Set a dummy secret key
|
||||
- DJANGO_SECRET_KEY=0
|
||||
# install dependencies
|
||||
install: "pip install -r requirements.txt"
|
||||
script: python manage.py test
|
||||
script:
|
||||
- flake8
|
||||
- python manage.py test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue