view tox.ini @ 5808:8a9d93838882 stable

vcs: fix repo size calculation tip.walk already 'dives into' the dirs - don't do that twice.
author domruf <dominikruf@gmail.com>
date Tue, 19 Apr 2016 19:53:16 +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}