aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-03 09:52:08 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-03 09:52:08 -0700
commitff61cd36005297b4cf01302116bb6cda65c67a96 (patch)
tree33bcdb72be92849104ee435804fd97ce7a82dc81 /tox.ini
parent814efab2a71a869d362c0b488b6c51bb590f0d23 (diff)
downloadcryptography-ff61cd36005297b4cf01302116bb6cda65c67a96.tar.gz
cryptography-ff61cd36005297b4cf01302116bb6cda65c67a96.tar.bz2
cryptography-ff61cd36005297b4cf01302116bb6cda65c67a96.zip
Run coverage from the outside so it sees everything
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 4d17ebe8..88e74219 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,9 +3,12 @@ envlist = py26,py27,pypy,py32,py33,docs,pep8
[testenv]
deps =
- pytest-cov
+ pytest
+ coverage
pretend
-commands = py.test --cov=cryptography/ --cov=tests/
+commands =
+ coverage run --source=cryptography/,tests/ -m pytest
+ coverage report
[testenv:docs]
deps = sphinx