Replies: 2 comments 1 reply
-
Hey @rboarman : setup.cfg is simply a declarative configuration file, setup.py still works as it should I use tox to manage my tests - My automated build, test, deploy workflows are all managed by GitHub Actions in my workflow files |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. So what do I run after I make a change? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working on a couple pull requests for the project if that's okay.
While I am familiar with Python, I have not used setup.cfg in the past.
What's your normal build and test cycle? What commands do you use?
I'm also curious how you run your tests?
Running "python setup.py install" does not seem to update the code. My changes are not being executed.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions