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

@@ -6,3 +6,8 @@ python:
install: pip install virtualenv
script: make
before_install:
- git config --global user.name "Travis CI"
- git config --global user.email "user@example.com"

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