aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/prov-mns-provider/src/tox.ini
blob: 2f29763077176a164e784445e7fee56633e4f4d3 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py3
skipsdist = True

[testenv]
deps = -r{toxinidir}/tests/test-requirements.txt
commands = pytest

[pytest]
addopts = -v