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