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

[testenv]
whitelist_externals = sh
commands = py.test ./mediagoblin/tests --boxed
deps =
 lxml
 Pillow