aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dev-requirements.txt1
-rw-r--r--tox.ini5
2 files changed, 5 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 9dabba1b..9a3a5fb1 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -3,6 +3,7 @@ flake8
invoke
iso8601
pep8-naming
+flake8-import-order
pretend
pytest
requests
diff --git a/tox.ini b/tox.ini
index 78b8b4c6..680f454e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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