Skip to content

Commit

Permalink
remove --cov as it makes tests fail by putting its file into cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 8, 2015
1 parent 7bc179a commit 71deeba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ 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 --cov --pyargs {posargs:borg.testsuite}
commands = py.test --pyargs {posargs:borg.testsuite}
#commands = py.test --cov=borg --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *

0 comments on commit 71deeba

Please sign in to comment.