summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-05-05 20:59:53 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2016-05-05 21:42:37 +0200
commit76839362e20ea055a9368557f7cb5e535fb3fa77 (patch)
tree613c71da4e60ea0969080b6d4e0ba472969f34c3 /tox.ini
parentd1ea925a5bac55354848bab9a8c4ae7ed8cc9a74 (diff)
fix packaging/git/coverage for src/ path
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 0473cb271..908433e97 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ changedir = {toxworkdir}
deps =
-rrequirements.d/development.txt
attic
-commands = py.test --cov=borg --cov-config=../.coveragerc --benchmark-skip --pyargs {posargs:borg.testsuite}
+commands = py.test --cov=borg --cov-config=.coveragerc --benchmark-skip --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *