##// END OF EJS Templates
py3: automatic migration with 2to3 -f unicode
py3: automatic migration with 2to3 -f unicode

File last commit:

r7614:ab30729c default
r8093:e63bcce1 default
Show More
tox.ini
13 lines | 206 B | text/x-ini | IniLexer
[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}