You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to be able to have multiple targets in tox.ini so I could only run linting or unittests
currently pipenv combined with single tox config setup is causing pain for me to try to run/verify/improve just the linting checks/code on new code I'm working on.
I ended up having a dev env and then cat the tox.ini and picked out the one or two lines I wanted to run and manually ran it. But with tox it should be as easy as "tox -e flake8" or something like that to only tests linting and not the unittests.
The text was updated successfully, but these errors were encountered:
Low level RFE but it would be nice to be able to run tox -e flake8 .... or some other better name and have it use normal tox behavior of not regenerating env and running just the linting checks or the unittests. Primary focus for this is dev's usage.
it would be nice as a Dev
to be able to have multiple targets in tox.ini so I could only run linting or unittests
currently pipenv combined with single tox config setup is causing pain for me to try to run/verify/improve just the linting checks/code on new code I'm working on.
I ended up having a dev env and then cat the tox.ini and picked out the one or two lines I wanted to run and manually ran it. But with tox it should be as easy as "tox -e flake8" or something like that to only tests linting and not the unittests.
The text was updated successfully, but these errors were encountered: