aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-08-07 13:48:59 -0700
committerDonald Stufft <donald@stufft.io>2013-08-07 13:48:59 -0700
commit5cd68bf78eb25b90bf666901a6d83b9eaae5a59f (patch)
tree32fbacb5235bc9248e95bc3305a21aacd3ac70c1 /tox.ini
parent542805e48479ba844d3649293ad905e4045d2494 (diff)
parent9d00588f304326c4dc6ccf6c4f066a78d8bd402c (diff)
downloadcryptography-5cd68bf78eb25b90bf666901a6d83b9eaae5a59f.tar.gz
cryptography-5cd68bf78eb25b90bf666901a6d83b9eaae5a59f.tar.bz2
cryptography-5cd68bf78eb25b90bf666901a6d83b9eaae5a59f.zip
Merge pull request #15 from alex/coveralls
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