view tox.ini @ 8040:0f69b5c35b2b

lib: introduce string conversion functions for ASCII without further encoding concerns Avoid the trial-and-error and vagueness of the "safe" functions. This should replace some use of safe_unicode and safe_str. It will mostly be a noop in py2 but will be crucial in py3.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 27 Dec 2019 23:30:56 +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}