Add initial Alembic migrations.
[mediagoblin.git] / tox.ini
1 [tox]
2 envlist = py27, py33
3 skipsdist = True
4 usedevelop = True
5
6 [testenv]
7 whitelist_externals = sh
8 commands =
9 python setup.py develop
10 gmg dbupdate
11 sh runtests.sh
12 deps =
13 git+https://github.com/ianare/exif-py.git@develop
14 lxml
15 Pillow