diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -43,6 +43,7 @@ commands = deps = flake8 pep8-naming + flake8-import-order commands = flake8 . [testenv:py3pep8] @@ -50,8 +51,10 @@ basepython = python3.3 deps = flake8 pep8-naming + flake8-import-order commands = flake8 . [flake8] exclude = .tox,*.egg -select = E,W,F,N +select = E,W,F,N,I +application-import-names = cryptography,tests |