X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=multivimbroker%2Ftox.ini;h=fe4e065c925fbeee8eaacf1d0cbde79ed743ca46;hp=af3b3a5096c9ba6d6c09e5107f6db23f5ca520f8;hb=04ffb3be88dff15794ac065dce7cea51924842c9;hpb=a2dcefabf7239c4687c3ab01e03796e017211285 diff --git a/multivimbroker/tox.ini b/multivimbroker/tox.ini index af3b3a5..fe4e065 100644 --- a/multivimbroker/tox.ini +++ b/multivimbroker/tox.ini @@ -1,12 +1,15 @@ [tox] -envlist = py27,pep8 +envlist = py36,pep8 skipsdist = true [tox:jenkins] downloadcache = ~/cache/pip [testenv] -deps = -r{toxinidir}/requirements.txt +deps = + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt + commands = /usr/bin/find . -type f -name "*.py[c|o]" -delete python manage.py test multivimbroker @@ -32,3 +35,7 @@ deps = rstcheck whitelist_externals = bash commands = bash -c "find ../docs -not -path {toxinidir}/.tox/\* \ -name \*.rst -type f -print0 | xargs -0 rstcheck --report warning" + +[testenv:docs] +deps = sphinx +commands = sphinx-build -b html ../docs/ ../docs/html