From 9e1a48b84cd3525f3469ca4c46a413d27f1aba78 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Fri, 9 Aug 2013 00:32:30 -0400 Subject: Add a test utility functions to read & process NIST vector files --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 5d214bd6..81c66758 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py26,py27,pypy,py32,py33,docs,pep8 [testenv] deps = pytest-cov -commands = py.test --cov=cryptography/ +commands = py.test --cov=cryptography/ --cov=tests/ [testenv:docs] deps = sphinx @@ -13,4 +13,5 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html [testenv:pep8] deps = flake8 -commands = flake8 cryptography/ tests/ docs/ +# E128 continuation line under-indented for visual indent +commands = flake8 --ignore="E128" cryptography/ tests/ docs/ -- cgit v1.2.3