summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: dc0a5be5ddba860d9ff0a49689248f9ebeff3c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist = py{36, 37, 38, 39, 310}, lint

[testenv]
deps =
    pytest
    pytest-cov
    wcag-contrast-ratio
commands = pytest {posargs}


[testenv:lint]
deps =
    git+https://github.com/pygments/regexlint.git@master
commands = regexlint pygments.lexers