Monsyne Dragon aa8fb55e87 Initial commit of DB schema.
Initial commit of the event schema for the database.
This includes models and alembic migration.
2014-06-26 01:55:26 +00:00

16 lines
206 B
INI

[tox]
envlist = py26,py27
[testenv]
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setenv = VIRTUAL_ENV={envdir}
commands =
nosetests tests
sitepackages = False