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

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

[testenv:pytest]
commands = pytest -v