view tox.ini @ 5737:3d09266ba8cb

scm: don't fail if create_nodes paths actually need normalization - don't look f_path up with the wrong normalized name
author domruf <dominikruf@gmail.com>
date Mon, 29 Feb 2016 22:36:09 +0100
parents 6a83b399bb3c
children b2195895bbd7
line wrap: on
line source

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

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