Update latest change to devkit
[vvp/devkit.git] / tox.ini
1 [tox]
2 skipsdist=True
3 envlist =style-flake8, style-yamllint
4 setupdir = devkit/
5
6 [testenv]
7 distribute = False
8 deps = flake8
9        yamllint == 1.7.0
10
11 [testenv:style-flake8]
12 basepython=python3.6
13 commands = flake8
14            python --version
15
16 [testenv:style-yamllint]
17 basepython=python2.7
18 commands = python --version
19            yamllint {toxinidir}/ansible
20
21
22 [flake8]
23 show-source = True
24 exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build