diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ commands = nosetests --with-xunit \ [testenv:docs] basepython = python2.7 -commands = sphinx-build -b html docs/api/ docs/api/_build +commands = sphinx-build -W -b html docs/api/ docs/api/_build [testenv:pep8] basepython = python2.7 @@ -36,6 +36,7 @@ commands = bash -c \ dirs = functest/tests/unit/core functest/tests/unit/odl + functest/tests/unit/utils/test_decorators.py deps = -r{toxinidir}/requirements.py3.txt -r{toxinidir}/test-requirements.txt |