view tox.ini @ 5529:1c9c3b0f21ae stable

Added tag 0.3 for changeset 9b3e9e242f5c Added signature for changeset 9b3e9e242f5c
author Andrew Shadura <andrew@shadura.me>
date Fri, 02 Oct 2015 21:50:54 +0200
parents 768989c595aa
children 6a83b399bb3c
line wrap: on
line source

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

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