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 support to tox. #33

Open
jcfaracco opened this issue Jul 16, 2022 · 2 comments
Open

Add support to tox. #33

jcfaracco opened this issue Jul 16, 2022 · 2 comments

Comments

@jcfaracco
Copy link
Contributor

Is it worth for this project?

https://tox.wiki/en/latest/

@Eve-ning
Copy link
Owner

Not sure about using it, unless there's a use-case that's outside the following:

  • pytest handles the testing
  • poetry handles the requirements.txt + setup.py
  • GitHub Actions, if enabled, will automatically run the tests, unfortunately it's blocked by Implement CI/CD #21

Seems like there's much overlap in using tox?

@jcfaracco
Copy link
Contributor Author

I don't recall immediately, but tox executes flake8, pylint and pytest.by default using a virtualenv environment, but I agree. We are still stuck with the issue above.

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