Minimize docker image and vagrant box sizes
[integration/packaging.git] / tox.ini
1 [tox]
2 minversion = 1.6.0
3 envlist = docs,pep8
4 skipsdist = true
5
6 [testenv:docs]
7 deps = sphinx
8 commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html
9
10 [testenv:pep8]
11 deps = flake8
12 commands = flake8
13
14 [flake8]
15 show-source = True
16 show-pep8 = True
17 statistics = True
18 max-line-length = 100
19 verbose = 1
20 exclude =
21     docs,
22     .git,
23     __pycache__,
24     .vagrant,
25     .tox,
26     .tmp,
27     modules,
28     .librarian,
29     provisioning