Restore exif-py to tox config, for now...
[mediagoblin.git] / tox.ini
1 [tox]
2 envlist = py27, py33
3 skipsdist = True
4 sitepackages = False
5
6 [testenv]
7 usedevelop = True
8 whitelist_externals = sh
9 commands = py.test ./mediagoblin/tests --boxed
10 deps =
11 lxml
12 Pillow
13 # exif-py 1.4.2 does not yet have proper py3 support,
14 # so for now...
15 git+https://github.com/ianare/exif-py.git@develop