Skip to content

Commit

Permalink
Merge pull request #239 from plone/pull-request-py3
Browse files Browse the repository at this point in the history
Allow testing against Python 3.6 and 3.7
  • Loading branch information
gforcada committed Oct 5, 2018
2 parents d23f28b + 867af26 commit d45009d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions jobs/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,13 @@

- project:
name: Pull requests on python 3
python-version:
- 'Python3.6'
py:
- '3.6':
python-version: 'Python3.6'
- '3.7':
python-version: 'Python3.7'
jobs:
- 'pull-request-{python-version}'
- 'pull-request-5.2-{py}'

- project:
name: Test add-ons
Expand Down Expand Up @@ -733,10 +736,10 @@
<<: *plone-no-ports-no-xvfb

- job-template:
name: 'pull-request-{python-version}'
display-name: 'Pull Request {python-version}'
name: 'pull-request-5.2-{py}'
display-name: 'Pull Request 5.2 on py{py}'
description: |
Manually test pull requests targeted at Plone 5.2 on {python-version}.
Manually test pull requests targeted at Plone 5.2 on Python {py}.
To trigger a job, just login with your GitHub account and provide the pull request URL.
After the job is finished you will get an email about the result.
Expand Down

0 comments on commit d45009d

Please sign in to comment.