commit | 4dbc50b4e084592d631402cbe23785c8154e66fc | [log] [tgz] |
---|---|---|
author | huang.zhiping <huang.zhiping@99cloud.net> | Sat Jun 09 09:27:17 2018 +0800 |
committer | huang.zhiping <huang.zhiping@99cloud.net> | Sat Jun 09 09:28:00 2018 +0800 |
tree | 93b7458a47a91f34b9e3ded8a169970bba508c7f | |
parent | 564670bead8da7669a2f1c82d0dd3cf41b75fd5b [diff] |
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: I7dbb16f6fb0b3e4e3932e0c26569d55208f39ee4