aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 3c57e802f8d8e31bffdb5b8470cbdf8d55443482 (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 -k '{posargs}'
deps =
 lxml
 Pillow