aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 023c53ed7a9259fd15a10c2608e0fe12511a7217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py27, py33
skipsdist = True
sitepackages = False

[testenv]
usedevelop = True
# for ExifRead 2.0.0
install_command = pip install --process-dependency-links --pre {opts} {packages}
commands = py.test ./mediagoblin/tests --boxed
deps =
 lxml
 Pillow