Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger 56fd982f69 Retire repository
Depends-On: https://review.opendev.org/726461
Needed-By: https://review.opendev.org/726463
Change-Id: I4deefcafc286f60c1dfc64d95ce8369fe322af95
2020-05-08 21:21:16 +02:00
Zuul 591ac33cd8 Merge "fix tox python3 overrides" 2018-07-15 10:43:03 +00:00
Monty Taylor bab58a11ab
Remove python2
Nothing depends on pbrx yet. Python2 is weird. Just get rid of it.

Change-Id: Ief4fe4d46e03946b2452d6e2d6377d229426687e
2018-07-10 16:27:11 -05:00
Monty Taylor a50ce79a6d
Bump min version in tox.ini to 3.1.1
Change-Id: I05f722465fb10f8b64e7b84c2a89fdd122995524
2018-07-10 15:50:47 -05:00
David Shrewsbury e74bdeab21 Move basepython to testenv section
It gets inherited from testenv, not tox.

Change-Id: I11e6bf70151f50d886a8ade6d8bd24ca30ee4a79
2018-07-10 16:44:14 -04:00
Monty Taylor d4f6e55bd1
Add zuul jobs for gating
Turns out that without jobs defined patches don't really do much of
anything when submitted. Add some jobs.

Also, since this is a new utility that is not in use yet, and the first
use of it is on a bionic node anyway, just support python3.6.

Change-Id: I46ab534768a35329a6b9325c43ebc048ebfb368c
2018-07-08 17:41:13 -04:00
huang.zhiping db69c73a72 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: Ib42c05e53cf7faa4a96c7ff7bdd453ae8ae2d984
2018-06-09 20:32:19 +08:00
Monty Taylor 32b8cbaeaa
Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00