commit | dbd7d3f686745c266cebeb24ec24da88b2e6a62d | [log] [tgz] |
---|---|---|
author | Tuan Do Anh <tuanda@vn.fujitsu.com> | Tue Jul 03 14:18:18 2018 +0700 |
committer | Tuan Do Anh <tuanda@vn.fujitsu.com> | Mon Jul 16 07:47:23 2018 +0000 |
tree | d4c8e2d4d0a8fb515797edf095225208bc437f3d | |
parent | 44bfb15830183d829e046f5088e87969ced4f9a9 [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 of that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I38db902c553d25f528b3ba9a80e185705f327b24