diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ commands = python setup.py build_sphinx [testenv:cover] commands = python setup.py testr --slowest --coverage --testr-args="{posargs}" + coverage report --omit=*tests* + coverage html --omit=*tests* [testenv:cli_func_v3] commands = {toxinidir}/tools/functional_tests.sh -a 3 |
