Fix pep8 and docs build problems

- fix few pep8 complains
- integrated upper-constraints
- uncapped Sphinx to use upper-constraints cap
- removed deprecated oslosphinx

Change-Id: I1abffe16975e5e2c9ca1059dd866d605b9485bf9
This commit is contained in:
Artem Goncharov
2019-05-08 14:10:39 +02:00
parent 90e1aae672
commit 469f9fbebd
6 changed files with 7 additions and 10 deletions

View File

@@ -7,7 +7,8 @@ skipsdist = True
basepython=python2.7
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
[testenv:venv]
basepython = python3
@@ -84,4 +85,3 @@ commands=
whitelist_externals =
sh
bash