Skip to content

Commit

Permalink
Update for Python 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulze committed Sep 3, 2015
1 parent bb213ad commit f5378eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pdbsublimetext.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ command =
update-command = ${:command}
stop-on-error = yes

[python-3.5-pdbsublimetext]
recipe = plone.recipe.command
command =
${python-3.5:easy_install} -U PdbSublimeTextSupport
update-command = ${:command}
stop-on-error = yes

[pypy-pdbsublimetext]
recipe = plone.recipe.command
command =
Expand Down

0 comments on commit f5378eb

Please sign in to comment.