view tox.ini @ 5950:c1af4d89a737

style: use some ARIA accessibility markup Use markup from Web Accessibility Initiative - it is default in Bootstrap examples and "comes for free" but is currently not used, complete, or tested. See https://en.wikipedia.org/wiki/WAI-ARIA and https://www.w3.org/WAI/GL/wiki/Using_ARIA_menus .
author Andrew Shadura <andrew@shadura.me>
date Fri, 27 May 2016 11:43:17 +0200
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}