Avoid doing python setup.py sdist, use setup.py develop instead for tox
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 24 Sep 2014 15:37:47 +0000 (10:37 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 24 Sep 2014 15:37:47 +0000 (10:37 -0500)
commit7dc46f0dd4275e5ad33792ed8b648087b4d0af42
tree99c8d72c681f1bcfc1c65cc2225aeae8e6e06e53
parent0c78f41ac7a3c29c10530e6dc37be6954bfbc2e8
Avoid doing python setup.py sdist, use setup.py develop instead for tox

Berker had this previously, but for some reason it wasn't
working... here's why!  usedevelop needs to be in the testenv!  Aha!

This commit sponsored by Gian-Maria Daffré!  Thank you!
tox.ini