Have tox install via setup.py develop
Tox 1.6 has a feature to install code into the virtualenv via 'setup.py develop' This makes it easier to source the tox virtualenv and test code changes.
Loading
Please register or sign in to comment
Tox 1.6 has a feature to install code into the virtualenv via 'setup.py develop' This makes it easier to source the tox virtualenv and test code changes.