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!
This commit is contained in:
Christopher Allan Webber 2014-09-24 10:37:47 -05:00
parent 0c78f41ac7
commit 7dc46f0dd4

View File

@ -1,9 +1,10 @@
[tox]
envlist = py27, py33
usedevelop = True
skipsdist = True
sitepackages = False
[testenv]
usedevelop = True
whitelist_externals = sh
commands = py.test ./mediagoblin/tests --boxed
deps =