Skip to content

Commit

Permalink
Fix py27 tox environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 24, 2021
1 parent 6281b0c commit 752d017
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ recipe = zc.recipe.testrunner
eggs = zope.sqlalchemy [test]
defaults = ['--auto-color', '-s', 'zope.sqlalchemy']

[versions:python27]
configparser = < 5
contextlib2 = < 21
importlib-metadata = < 3
zipp = < 2

[scripts]
recipe = zc.recipe.egg
eggs =
Expand Down

0 comments on commit 752d017

Please sign in to comment.