mediagoblin/tox.ini
2014-10-02 10:52:17 -05:00

16 lines
310 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
# exif-py 1.4.2 does not yet have proper py3 support,
# so for now...
git+https://github.com/ianare/exif-py.git@develop