Initialize readthedocs documentation for integration/packaging
[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 = docs/conf.py,.git,__pycache__,.vagrant