fixing build

This commit is contained in:
Ken Struys 2014-03-13 17:38:16 -07:00
parent 1d8af9ce50
commit 6cf21ec533
2 changed files with 6 additions and 1 deletions

View file

@ -14,7 +14,7 @@ def empty_git_dir(tmpdir):
def add_and_commit():
local['git']['add', '.']()
local['git']['commit', '-m', 'random commit', '--author', 'A U Thor <author@example.com>']()
local['git']['commit', '-m', 'random commit']()
@pytest.yield_fixture