From 5b57605daa49ea5e0cd5ddf10c351ac162354e9a Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Thu, 22 Mar 2018 16:48:54 -0300 Subject: [PATCH] Fix tox for checking PEP8 all files. --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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