view tox.ini @ 7401:5746cc3b3fa5 stable

lib: use bleach to sanitize HTML generated from markdown - fix XSS issue when repo front page shows README.md Reported by Bob Hogg <wombat@rwhogg.site> .
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 21 Oct 2018 17:44:06 +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}