view tox.ini @ 8140:82f16ad89d8a

setup: bump alembic minimum version to 1.0.10 to get rid of py3 warning Avoid verbose warning: .../site-packages/alembic/util/langhelpers.py:92: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly formatvalue=lambda x: '=' + x)
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 04 Jan 2020 00:23:15 +0100
parents ab30729c735c
children
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py27-pytest

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