view tox.ini @ 6017:7894a440e134

db: add Alembic "migration environment" Add in kallithea/alembic an unmodified Alembic "migration environment", as generated by 'alembic init': Copyright (C) 2009-2016 by Michael Bayer. Alembic is a trademark of Michael Bayer. Also update LICENSE, MANIFEST and setup metadata.
author Søren Løvborg <sorenl@unity3d.com>
date Thu, 02 Jun 2016 13:21:59 +0200
parents b2195895bbd7
children dd676fdeda0f
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    pytest: pytest
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}