summaryrefslogtreecommitdiff
path: root/tox.ini
blob: dea9ee414af0d555a2090e4a75b13d33172b7f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist = py35, py36, py37, py38, py39, py310, pypy3, 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