view tox.ini @ 6437:e2739d57f153

datatables: fix repo group sorting of repo name, last change and tip - indices were off by one 'orderData: 0' would be interpreted as false - thus we use the 'orderData: [0,]' syntax.
author domruf <dominikruf@gmail.com>
date Thu, 22 Dec 2016 13:19:23 +0100
parents dd676fdeda0f
children ab30729c735c
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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