
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!
13 lines
187 B
INI
13 lines
187 B
INI
[tox]
|
|
envlist = py27, py33
|
|
skipsdist = True
|
|
sitepackages = False
|
|
|
|
[testenv]
|
|
usedevelop = True
|
|
whitelist_externals = sh
|
|
commands = py.test ./mediagoblin/tests --boxed
|
|
deps =
|
|
lxml
|
|
Pillow
|