Skip to content

Commit

Permalink
Pin latest Python version at heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Jun 11, 2018
1 parent 9dc2891 commit 4f65b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ eggs = ${instance:eggs}

[test]
recipe = zc.recipe.testrunner
eggs = collective.ifttt[test]
eggs = collective.ifttt [test]
initialization =
os.environ['TZ'] = 'UTC'
defaults = ['-s', 'collective.ifttt', '--auto-color', '--auto-progress']
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-2.7.14
python-2.7.15

0 comments on commit 4f65b33

Please sign in to comment.