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

Setup CI, tox/tests, pyInstaller on relevant platforms #1

Open
ryanwersal opened this issue Sep 27, 2018 · 4 comments
Open

Setup CI, tox/tests, pyInstaller on relevant platforms #1

ryanwersal opened this issue Sep 27, 2018 · 4 comments
Assignees

Comments

@ryanwersal
Copy link
Member

No description provided.

@ryanwersal
Copy link
Member Author

Looking at TravisCI, Appveyor, and Azure DevOps (specifically Azure Pipelines) it appears that Azure Pipelines is the likely winner since it supports all three platforms.

@zvekovius
Copy link
Member

zvekovius commented Sep 29, 2018

Made a Azure for Devops org "Sabergen". Hit me up with your azure deets and I'll add you as an admin.
@ryanwersal noted it looked like it was under my name. Figured out how to get it to appear as a proper org and ryan is also an admin in azure devops meow.

@ryanwersal
Copy link
Member Author

I got a super basic Pipelines config rolling. It is interesting though that pipenv isn't actually intended for isolating many versions of Python. Their docs indicate that they are "deployment tool" and, as such, should only target all Python versions or a single required version.

Though they do say "ideally" so it may be possible. I disabled the matrix of versions for the time being.

@ryanwersal
Copy link
Member Author

Ended up using a matrix build on GH Actions. Need to figure out sndfile stuff for macOS and Windows but at the very least we won't need to worry about tox and co for now.

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

No branches or pull requests

2 participants