Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow testing with tox #600

Merged
merged 1 commit into from
Feb 28, 2016
Merged

Allow testing with tox #600

merged 1 commit into from
Feb 28, 2016

Conversation

thomwiggers
Copy link
Contributor

Allow easy testing of the different environments supported by pygit2

@@ -108,7 +108,8 @@ def run(self):

class sdist_files_from_git(sdist):
def get_file_list(self):
popen = Popen(['git', 'ls-files'], stdout=PIPE, stderr=PIPE)
popen = Popen(['git', 'ls-files'], stdout=PIPE, stderr=PIPE,
universal_newlines=True)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also fixes setup.py sdist on Python 3.

@jdavid jdavid merged commit cde5b51 into libgit2:master Feb 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants