tox: Make everything work with Python 3
Nothing too fancy here except that we've to work around a really ugly side-effect of blockdiag. Change-Id: Ibd32d30aacae65702d0ccbdb8a02b1667ec4e8ee
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -138,9 +138,6 @@ deps =
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
# TODO(melwitt): This can be removed when the docs target can be run
|
||||
# with python 3.x
|
||||
basepython = python2.7
|
||||
deps = -r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
rm -rf doc/source/api doc/build api-guide/build api-ref/build placement-api-ref/build
|
||||
|
||||
Reference in New Issue
Block a user