Remove python 2.7 tox checks
Latest ansible pip release 5.0.0 causes the error ERROR: No matching distribution found for ansible-core<2.13,>=2.12.0 Since we use browbeat on OSP 13 rarely, python 2.7 tox checks can be removed. Change-Id: I4b6e3effd5c56eb8706daf423ff4360cd587e43d
This commit is contained in:
parent
3fb8d21077
commit
4b7db7eb52
@ -9,12 +9,10 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
- openstack-tox-py27
|
|
||||||
- openstack-tox-molecule
|
- openstack-tox-molecule
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
- openstack-tox-py27
|
|
||||||
- openstack-tox-molecule
|
- openstack-tox-molecule
|
||||||
post:
|
post:
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user