Skip to content

Introduce Tox #598

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

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Introduce Tox #598

wants to merge 2 commits into from

Conversation

dnltz
Copy link
Contributor

@dnltz dnltz commented Jul 16, 2025

This PR introduces tox as tool to manage common tasks. It only implements lint checks for now but could be extended to also LVS tests in the future.

See https://tox.wiki/en/latest/index.html

dnltz added 2 commits July 16, 2025 13:48
"tox is a generic virtual environment management and test command line tool"

Move the "lint_python" Makefile target to tox, which can better manage
Python dependencies and virtual environments.

Signed-off-by: Daniel Schultz <[email protected]>
Fix some issues flake8 is complaining about.

Signed-off-by: Daniel Schultz <[email protected]>
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.

1 participant