diff --git a/setup.cfg b/setup.cfg index 08cdd204..5e5542df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -96,11 +96,5 @@ openstack.data_processing.v1 = dataprocessing_job_binary_delete = saharaclient.osc.v1.job_binaries:DeleteJobBinary dataprocessing_job_binary_download = saharaclient.osc.v1.job_binaries:DownloadJobBinary -[build_sphinx] -all_files = 1 -build-dir = doc/build -source-dir = doc/source -warning-is-error = 1 - [wheel] universal = 1 diff --git a/tox.ini b/tox.ini index 496f5da5..a2ffdb81 100644 --- a/tox.ini +++ b/tox.ini @@ -26,8 +26,8 @@ commands = oslo_debug_helper -t saharaclient/tests/unit {posargs} basepython = python2.7 commands = oslo_debug_helper -t saharaclient/tests/unit {posargs} -[testenv:debug-py34] -basepython = python3.4 +[testenv:debug-py35] +basepython = python3.5 commands = oslo_debug_helper -t saharaclient/tests/unit {posargs} [testenv:cover]