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

[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}