Switches to openstack-python templates for jobs adding py3.6

Instead of manually re-creating the gate/check elements, we
can make use of the openstack-python* templates, which
in addition will start publishing sources after merge.

Change-Id: If23427f68e0ab7627c3a79e73690cd43d783b8ac
This commit is contained in:
Miguel Angel Ajo 2018-10-03 15:12:30 +02:00 committed by Miguel Angel Ajo
parent 20645e4f9a
commit efdf6487d8
1 changed files with 4 additions and 10 deletions

View File

@ -13,13 +13,7 @@
# limitations under the License. # limitations under the License.
- project: - project:
check: templates:
jobs: - openstack-python-jobs
- tox-pep8 - openstack-python35-jobs
- tox-py35 - openstack-python36-jobs
- tox-py27
gate:
jobs:
- tox-pep8
- tox-py35
- tox-py27