summaryrefslogtreecommitdiff
path: root/tox.ini
blob: c45493d1543cf68ce21206cfffa0f95600939de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py35, py36, py37, py38, py39, pypy3, lint

[testenv]
deps =
    pytest
    pytest-cov
commands = py.test {posargs}


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