aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 1071f7824de0bc8152f79e15d83b4811aced9b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
envlist = pep8,yamllint
skipsdist = true

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

[testenv:pep8]
basepython = python3
commands = flake8

[testenv:yamllint]
basepython = python3
files =
  INFO.yaml
  tools
commands =
  yamllint -s {[testenv:yamllint]files}