view tox.ini @ 7319:42788d5f5967 stable

Added tag 0.3.5 for changeset 4cca4cc6a0a9
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 06 Jun 2018 21:37:21 +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}