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

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


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