Commit | Line | Data |
---|---|---|
c9cbc7e8 BP |
1 | [tox] |
2 | envlist = py27, py33 | |
7dc46f0d | 3 | skipsdist = True |
b6df9608 | 4 | sitepackages = False |
c9cbc7e8 BP |
5 | |
6 | [testenv] | |
7dc46f0d | 7 | usedevelop = True |
ab46e89a BP |
8 | # for ExifRead 2.0.0 |
9 | install_command = pip install --process-dependency-links --pre {opts} {packages} | |
b6df9608 | 10 | commands = py.test ./mediagoblin/tests --boxed |
c9cbc7e8 | 11 | deps = |
c9cbc7e8 BP |
12 | lxml |
13 | Pillow |