aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 7931ca12f42ebba52a9581257dc054b443e4d917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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