diff --git a/tox.ini b/tox.ini index 4e65c94..f0d7fc4 100644 --- a/tox.ini +++ b/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