Add python2 testing back to PBR

I think this was lost when we expanded the openstack-python job
templates to include more versions of python3. Oops.

Change-Id: I0ebaff67634857216ca8d565311ed7c63f687a16
This commit is contained in:
Clark Boylan 2021-11-12 10:01:14 -08:00
parent d21c2caf1d
commit a6006f6085
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,7 @@
jobs:
- openstack-tox-pep8
- openstack-tox-cover
- openstack-tox-py27
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38
@ -126,6 +127,7 @@
jobs:
- openstack-tox-pep8
- openstack-tox-cover
- openstack-tox-py27
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38