aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: f8246198d9e8b9324c2681ced913a2efffce7123 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py38,mypy

[testenv]
deps = pytest
commands = pytest
setenv =
    TOX = 1