Fix tox for checking PEP8 all files.
This commit is contained in:
parent
e66b374803
commit
5b57605daa
1 changed files with 2 additions and 3 deletions
5
tox.ini
5
tox.ini
|
@ -7,7 +7,7 @@ envlist=
|
|||
|
||||
[testenv]
|
||||
changedir=
|
||||
oidc_provider/tests/cases
|
||||
oidc_provider
|
||||
deps =
|
||||
mock
|
||||
psycopg2
|
||||
|
@ -33,5 +33,4 @@ flake8-ignore =
|
|||
.git ALL
|
||||
__pycache__ ALL
|
||||
.ropeproject ALL
|
||||
*/migrations ALL
|
||||
manage.py ALL
|
||||
migrations/* ALL
|
||||
|
|
Loading…
Reference in a new issue