repo.or.cz
/
larjonas-mediagoblin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Skip audio tests if scikits.audiolab not installed
[larjonas-mediagoblin.git]
/
tox.ini
blob
023c53ed7a9259fd15a10c2608e0fe12511a7217
1
[tox]
2
envlist
=
py27, py33
3
skipsdist
=
True
4
sitepackages
=
False
5
6
[testenv]
7
usedevelop
=
True
8
# for ExifRead 2.0.0
9
install_command
=
pip install --process-dependency-links --pre {opts} {packages}
10
commands
=
py.test ./mediagoblin/tests --boxed
11
deps
=
12
lxml
13
Pillow