aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-03-22 08:50:07 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-04-20 22:05:37 +0100
commitbafceb64b4d7713d5f6f25033917e8625490bb6d (patch)
treeaee0ebfb5c419bf28d2ebff6c38fbda5ccb68908 /tox.ini
parent4b610cc441bfbd9eb3585dc0114cfa726facfac4 (diff)
downloadcryptography-bafceb64b4d7713d5f6f25033917e8625490bb6d.tar.gz
cryptography-bafceb64b4d7713d5f6f25033917e8625490bb6d.tar.bz2
cryptography-bafceb64b4d7713d5f6f25033917e8625490bb6d.zip
Enable import order lint
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
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