view tox.ini @ 6018:520d39490a06

db: tweak Alembic migration environment Add comments about the license and purpose of these files, and align env.py with the Kallithea code style.
author Søren Løvborg <sorenl@unity3d.com>
date Mon, 04 Jul 2016 17:18:49 +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}