Add back ApplyPatchAction
[integration/packaging.git] / tox.ini
1 [tox]
2 minversion = 1.6.0
3 envlist = docs,coala
4 skipsdist = true
5
6 [testenv:coala]
7 basepython = python3
8 deps =
9     coala
10     coala-bears
11     nodeenv
12 commands =
13     nodeenv -p
14     npm install
15     coala --non-interactive
16
17 [testenv:docs]
18 deps = sphinx
19 commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html