summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-08-08 01:55:46 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-08-08 18:31:41 +0200
commit5864bd76ebc2985f82fd49d69aa58895cb0698a8 (patch)
treee6835381254f9832098dd5265e7ece744a6a49ed /tox.ini
parentba753563141d4cf2ecf0beb141cf37d1538bb0e3 (diff)
fix test coverage / codecov.io, use xcode6.4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c1a9e019f..a120a237a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,6 @@ envlist = py32, py33, py34
# not really matter, should be just different from the toplevel dir.
changedir = {toxworkdir}
deps = -rrequirements.d/development.txt
-commands = py.test --pyargs {posargs:borg.testsuite}
+commands = py.test --cov=borg --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *