view tox.ini @ 7814:f0e8d673f2a2

flake8: fix F632 use ==/!= to compare str, bytes, and int literals - even if the values probably would have been interned ...
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 03 Aug 2019 23:31:43 +0200
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}