Skip to content

Commit

Permalink
Use python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jul 18, 2016
1 parent 39e632b commit cad8ad6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions jobs.yml
Expand Up @@ -242,8 +242,8 @@
pyversion:
- '27':
pybinary: '$PYTHON27'
- '34':
pybinary: 'python3.4'
- '35':
pybinary: '$PYTHON35'
jobs:
- 'zope-ztk-{pyversion}'

Expand All @@ -253,8 +253,8 @@
pyversion:
- '27':
pybinary: '$PYTHON27'
- '34':
pybinary: 'python3.4'
- '35':
pybinary: '$PYTHON35'
jobs:
- 'zope-{pyversion}'

Expand All @@ -264,8 +264,8 @@
pyversion:
- '27':
pybinary: '$PYTHON27'
- '34':
pybinary: 'python3.4'
- '35':
pybinary: '$PYTHON35'
jobs:
- 'zope-zodb-{pyversion}'

Expand All @@ -275,8 +275,8 @@
pyversion:
- '27':
pybinary: '$PYTHON27'
- '34':
pybinary: 'python3.4'
- '35':
pybinary: '$PYTHON35'
jobs:
- 'zope-cmf-{pyversion}'

Expand Down

0 comments on commit cad8ad6

Please sign in to comment.