aboutsummaryrefslogtreecommitdiffstats
path: root/src/python/tox.ini
blob: c3a5083c7d9a315ab11700edb45b6f97b634942d (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = [py36, py38]
skipsdist = true

[testenv]
commands = pytest
basepython = python3
deps = -rtest-requirements.txt

[testenv:pytest]
commands = pytest -v