view tox.ini @ 6449:0122959e1f1d

lib: move jsonify from utils to base Suggested by Mads Kiilerich. The jsonify method is the only thing in utils that directly uses pylons. Move it to base where it fits better and we can use existing global imports.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sat, 14 Jan 2017 21:22:51 +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}