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 tox to test multiple configurations #11

Open
klinga opened this issue May 8, 2020 · 0 comments
Open

add tox to test multiple configurations #11

klinga opened this issue May 8, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@klinga
Copy link
Member

klinga commented May 8, 2020

While basic python versions are tested by Travis, that is not the case for different dependency configurations. This will become more and more important with time. tox will work well with poetry instead of setup.py (reminder: review dependencies config in pyproject.toml file and make sure no unbound dependencies are defined).
This new workflow will change workflow for publishing to PyPI (update release-checklist doc).

see for reference:
https://wrongsideofmemphis.com/2018/10/28/package-and-deploy-a-python-module-in-pypi-with-poetry-tox-and-travis/
https://python-poetry.org/docs/faq/#is-tox-supported

@klinga klinga added the enhancement New feature or request label May 8, 2020
@klinga klinga self-assigned this May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant