aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 9ef6dac3e90efb20a533892b513728e65be0052e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py34
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 -k '{posargs}'
deps =
 lxml
 Pillow