New issue 350: Support installing deps before setup.py sdist
https://bitbucket.org/hpk42/tox/issues/350/support-installing-deps-before-setuppy
James Tocknell:
Some projects require dependencies to be installed before calling setup.py,
it'd be nice to be able to do this (rather than trying to wor
New issue 351: deps = {posargs}
https://bitbucket.org/hpk42/tox/issues/351/deps-posargs
John Vandenberg:
Sometimes it is useful to install a set of packages to alter the behaviour of a
test run.
Two cases where I have thought this was useful was with `flake8-putty`, where I
install sets of plu