On 2015-07-02 21:22:03 +0100 (+0100), Dave Walker wrote: [...] > I wondered if you had any ideas on how to solve this for bandit usage, > and potentially other projects? Brainstorming here, but I wonder if extras_require[1] would be a good solution down the road. I.e., having `tox -e bandit` run something like `pip install .[test_bandit]` in its virtualenv before invoking bandit. [1] <URL: https://pythonhosted.org/setuptools/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies > -- Jeremy Stanley