Skip to content

Allow testing with tox#600

Merged
jdavid merged 1 commit intolibgit2:masterfrom
thomwiggers:tox
Feb 28, 2016
Merged

Allow testing with tox#600
jdavid merged 1 commit intolibgit2:masterfrom
thomwiggers:tox

Conversation

@thomwiggers
Copy link
Contributor

Allow easy testing of the different environments supported by pygit2

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.

2 participants