With python3.6 and python3.7 jobs added to the Zuul jobs, it makes sense
to add this to the tox config too so that developers can run those
tests as well.
Change-Id: I51c76a0515e80de590da9d511dfd51f82153a72e
Fix documentation build by correcting a source filename and fixing
the dependency settings.
Change-Id: I1fc098cef7097ffea338129a3fcefda77f396a3a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
With the upgrade to oslotest 3.6.0 [0], testr no longer works [1].
This is because oslotest no longer requires testr and we don't depend
on it directly in oslo.limit.
[0] d5a3c58f71
[1] 897823fbd6
Change-Id: I4357350b3ad442658ef872c295dbe734a0f2cc9b
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I724fee4ab31762582cb96fc91d99d62b6e637969