peritus / bumpversion

Version-bump your software with a single command
https://pypi.python.org/pypi/bumpversion
MIT License
1.5k stars 147 forks source link

Multiline branch is found winfail #73

Closed thebjorn closed 8 years ago

thebjorn commented 9 years ago

Fixes remaining two test failures on windows.

thebjorn commented 9 years ago

I've started an issue with appveyor about why the builds are failing on tox --version: http://help.appveyor.com/discussions/problems/1383-build-failing-early-yet-marked-as-success

When running the tests in py3.4.2 I got

E   TypeError: environment can only contain strings

on the [(b'HGENCODING', b'utf-8')] statement. ...and in this context strings == unicode (sigh).

thebjorn commented 9 years ago

Using chocolatey to install mercurial (as a binary package) didn't move the tests past tox --version, but if I read the appveyor docs correctly then packages installed using cinst <package> are cached between builds.

peritus commented 8 years ago

Closing this because it seems to be way to much code and I can't comprehend where the underlying problem is, sorry.