Skip to content

Make the tox.ini file more flexible

username-removed-35210 requested to merge abompard/mailman:improve-tox into master

This commit improves two aspects of the tox.ini file:

  • Take arguments into account to only run a subset of the tests, eg: tox -e py34 mailman.model.tests.test_subscriptions
  • Make it possible to run pyflakes with the local Python 3 interpreter, whichever its version.

Merge request reports