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

Add Appveyor Build #48

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

leyarotheconquerer
Copy link
Contributor

@leyarotheconquerer leyarotheconquerer commented Feb 17, 2018

I noticed that people occasionally had trouble building the project, particularly on Windows, so I thought it might be good to have a binary distribution.

I'm not an Appveyor expert, but here's an attempt at making an automatic Windows build based off master. If there're any improvements you think we should make, feel free to let me know.

Basically make the character encoding explicit for input and output streams
We still want the files to be read in as UTF-8, but the encoding
argument wasn't introduced in argparse for Python 2.7.

Instead we try to read the files in as a byte stream and convert it to
unicode when necessary.
@leyarotheconquerer leyarotheconquerer changed the title Appveyor Add Appveyor Build Feb 17, 2018
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

1 participant