aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 974971f6ec527788fa484bd643ddbcbaf78f4c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
minversion = 1.6
skipsdist = True

[testenv]
usedevelop = True
deps = -r{toxinidir}/requirements.txt
       -r{toxinidir}/test-requirements.txt

[testenv:venv]
commands = {posargs}

[testenv:linters]
commands = python ./tools/yaml-validate.py .