view tox.ini @ 5142:12e6de3d7e29

auth: simplify logging of regular authentication in LoginRequired
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Wed, 25 Mar 2015 10:11:54 +0100
parents 8c1258f69892
children 768989c595aa
line wrap: on
line source

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

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}