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 a "build" job in tox #870

Closed
2 tasks done
pganssle opened this issue Feb 22, 2019 · 1 comment
Closed
2 tasks done

Add a "build" job in tox #870

pganssle opened this issue Feb 22, 2019 · 1 comment

Comments

@pganssle
Copy link
Member

pganssle commented Feb 22, 2019

I would like to start phasing out my ad-hoc release.py file in favor of a tox environment, which will allow me to declare explicit dependencies and will make things all-around easier.

For the moment, we can use virtualenv's "publish" function as a template that wraps the existing release.py script.

It should declare a dependency on click >= 7.0. If #869 is already done, you also need to declare a dependency on pep517 >= 0.5.0.

I would like to test this in some way as well, so please add a job in Travis (or Azure pipelines if #868 has already been merged) that runs tox -e build and ensures that it populates the specified directory with a .tar.gz file and a .whl file.

To Do:

  • Add build environment
  • Add test for build environment
@pganssle pganssle added this to the Master milestone Feb 22, 2019
@pganssle pganssle added this to Open in HackIllinois 2019 via automation Feb 22, 2019
smeng10 added a commit to smeng10/dateutil that referenced this issue Feb 23, 2019
pganssle added a commit that referenced this issue Feb 24, 2019
@pganssle
Copy link
Member Author

pganssle commented Nov 2, 2019

This was done in #876 and tweaked in #971.

@pganssle pganssle closed this as completed Nov 2, 2019
HackIllinois 2019 automation moved this from Open to Done Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant