From 9d00588f304326c4dc6ccf6c4f066a78d8bd402c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 7 Aug 2013 13:21:42 -0700 Subject: Record coverage --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 4a80fc8b..5d214bd6 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,8 @@ envlist = py26,py27,pypy,py32,py33,docs,pep8 [testenv] -deps = pytest -commands = py.test +deps = pytest-cov +commands = py.test --cov=cryptography/ [testenv:docs] deps = sphinx -- cgit v1.2.3