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

[testenv]
# For performance, but also for using "source" with coveragepy (https://github.com/nedbat/coveragepy/issues/268).
usedevelop = True
deps =
    pytest
    coverage: coverage
    coverage: pytest-cov
setenv =
    coverage: PYTEST_ADDOPTS=--cov --cov-report=term-missing
commands =
    pytest {posargs}