Tox: cleanup usage of py34, remove a now-useless section

- Change testenv:debug34 to testenv:debug35
- Remove [build_sphinx] section in setup.cfg because
we does not need this anymore. See:
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

Change-Id: Ib2d866268e8cefe3b6db10184f43ee7caa957f13
This commit is contained in:
Nguyen Hai 2018-03-15 23:43:50 +09:00
parent 1d5feee351
commit c3fd27e49b
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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]