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]
|
[testenv]
|
||||||
changedir=
|
changedir=
|
||||||
oidc_provider/tests/cases
|
oidc_provider
|
||||||
deps =
|
deps =
|
||||||
mock
|
mock
|
||||||
psycopg2
|
psycopg2
|
||||||
|
@ -33,5 +33,4 @@ flake8-ignore =
|
||||||
.git ALL
|
.git ALL
|
||||||
__pycache__ ALL
|
__pycache__ ALL
|
||||||
.ropeproject ALL
|
.ropeproject ALL
|
||||||
*/migrations ALL
|
migrations/* ALL
|
||||||
manage.py ALL
|
|
||||||
|
|
Loading…
Reference in a new issue