Fix tox for checking PEP8 all files.

This commit is contained in:
Juan Ignacio Fiorentino 2018-03-22 16:48:54 -03:00
parent e66b374803
commit 5b57605daa

View file

@ -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