view tox.ini @ 5872:fd6bde2325d8

helpers: don't truncate words when when truncating texts for urlification This would especially cause confusion when URLs were truncated.
author domruf <dominikruf@gmail.com>
date Fri, 26 Feb 2016 18:59:34 +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}