![Monsyne Dragon](/assets/img/avatar_default.png)
Initial commit of the event schema for the database. This includes models and alembic migration.
16 lines
206 B
INI
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
|
|
|