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

Is it possible to drop make file and use tox only? #156

Open
jcchavezs opened this issue Apr 27, 2021 · 2 comments
Open

Is it possible to drop make file and use tox only? #156

jcchavezs opened this issue Apr 27, 2021 · 2 comments

Comments

@jcchavezs
Copy link
Collaborator

jcchavezs commented Apr 27, 2021

We introduced makefile to be able to abstract the tasks during development workflow, however many of the commands are just a mimic of the tox tool. We should explore the possibility to use tox only.

Ping @shril

@jcchavezs jcchavezs added enhancement New feature or request nice-to-have and removed enhancement New feature or request labels Apr 27, 2021
@rcbjBlueMars
Copy link
Contributor

Yes. Experimented with having a top-level tox run the tox configurations throughout the integration tests subdirectories. Ran into some issues with it. Didn't want to get bogged down with it early in the development cycle.

@shril
Copy link

shril commented Jul 9, 2021

Looking into this @jcchavezs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants