aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 13:21:42 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 13:21:42 -0700
commit9d00588f304326c4dc6ccf6c4f066a78d8bd402c (patch)
treefb5840c909546039e8cb9a74d51d0bd322b9d06c /tox.ini
parente01032d61a4d8d234b52c2eeab80a7289be5f08d (diff)
downloadcryptography-9d00588f304326c4dc6ccf6c4f066a78d8bd402c.tar.gz
cryptography-9d00588f304326c4dc6ccf6c4f066a78d8bd402c.tar.bz2
cryptography-9d00588f304326c4dc6ccf6c4f066a78d8bd402c.zip
Record coverage
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
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