Comment 5 for bug 1652329

Revision history for this message
Barry Warsaw (barry) wrote : Re: [Bug 1652329] Re: sort out pyflakes flake8 pycodestyle pep8

On Jan 06, 2017, at 08:31 PM, Joshua Powers wrote:

>There were two reasons why I thought about doing it that way 1) to help
>me understand what smoser wants to split out and 2) so we could call
>them separately using:
>
>$ tox
>and
>$ tox -c ci.ini
>
>This sort of like the group idea you proposed, which I really, really
>like! That would be super handy at doing different types of tests and
>keeping things together. +1s given :)

Awesome! Yeah, I might finally get motivated to contribute this feature to
upstream tox. I just keep wanting it more and more. :)

>> https://gitlab.com/mailman/mailman/blob/master/.gitlab-ci.yml
>
>That is nice and makes me realize we could just use the Makefile to
>create custom targets for testing the different scenarios. When
>developing this I tried to do everything with just tox.

Oh, I totally agree. I really want to do everything with tox. Say No To
Makefiles! :)

>At this point I think I need smoser and I to sit down and go through the
>specifics of what he wants and where and then with your hints put it all
>together. Much appreciated!

+1