aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 33ad55af0502bb3f73fd4503e0dc556ba5bf8bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[tox]
skipsdist=True
envlist = style-flake8
setupdir = devkit/

[testenv]
distribute = False
deps = flake8
       yamllint == 1.7.0

[testenv:style-flake8]
basepython=python3.6
commands = flake8
           python --version

[testenv:style-yamllint]
basepython=python2.7
commands = python --version
           yamllint {toxinidir}/ansible


[flake8]
show-source = True
exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build