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:
parent
0c78f41ac7
commit
7dc46f0dd4
3
tox.ini
3
tox.ini
@ -1,9 +1,10 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py27, py33
|
envlist = py27, py33
|
||||||
usedevelop = True
|
skipsdist = True
|
||||||
sitepackages = False
|
sitepackages = False
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
usedevelop = True
|
||||||
whitelist_externals = sh
|
whitelist_externals = sh
|
||||||
commands = py.test ./mediagoblin/tests --boxed
|
commands = py.test ./mediagoblin/tests --boxed
|
||||||
deps =
|
deps =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user