summaryrefslogtreecommitdiff
path: root/tox.ini
blob: f990d6567c857a4dbbaefe9c6ff9bc5d6acdcca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tox]
envlist =
    py36
    py37
    py38
    py39
    py310
skip_missing_interpreters =
    true

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