]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
fix tox python3 overrides
authorZhongShengping <chdzsp@163.com>
Fri, 8 Jun 2018 06:23:31 +0000 (14:23 +0800)
committerZhongShengping <chdzsp@163.com>
Fri, 8 Jun 2018 06:23:31 +0000 (14:23 +0800)
commitbbe8df55cd1c998acfb207e1d09e690a5112cff2
tree970227d69b714a7f9d145fcdb5614fb4777c1987
parente2a4f8ef6fc73b10c1a8916b7906ac87cb2ff6a3
fix tox python3 overrides

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: I7554206c062b27194a130983c5447abce10daf7f
tox.ini