view tox.ini @ 5813:f40905c3257c stable

Added tag 0.3.2 for changeset a84d40e9481f Added signature for changeset a84d40e9481f
author Andrew Shadura <andrew@shadura.me>
date Mon, 02 May 2016 18:54:04 +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}