Merge "Fix warning when running tox -e docs"

This commit is contained in:
Jenkins
2016-10-27 17:41:44 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ html_theme = 'default'
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] # html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.

View File

@@ -24,7 +24,7 @@ commands =
find . -type f -name "*.pyc" -delete find . -type f -name "*.pyc" -delete
nosetests mistralclient/tests/unit nosetests mistralclient/tests/unit
whitelist_externals = find whitelist_externals = find
rm
[testenv:functional] [testenv:functional]
setenv = setenv =
OS_TEST_PATH = ./mistralclient/tests/functional OS_TEST_PATH = ./mistralclient/tests/functional