diff options
author | Rich Bennett <rb2745@att.com> | 2018-11-02 13:28:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-02 13:28:38 +0000 |
commit | b8d41bc9ad374dcd382ed0347077f7b2bffe0b85 (patch) | |
tree | 25022052c1fc625a5adc96331445340dc57c9124 /tox.ini | |
parent | d9870235e89b89b8277c5201c262a00dc1055880 (diff) | |
parent | 169c1343d51f09f3501312440beaece5253d4c94 (diff) |
Merge "Add submodule information summary when running tox"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -6,9 +6,14 @@ skipsdist = true [testenv:docs] deps = -r{toxinidir}/etc/requirements.txt commands = + sh {toxinidir}/shell/smsummary.sh {toxinidir}/docs/_static/smsummary.out + echo "Summary of submodule versions used in html build in {toxinidir}/docs/_static/smsummary.out" sphinx-build -j 3 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +whitelist_externals = + echo + git + sh [testenv:local] deps = -r{toxinidir}/etc/requirements.txt |