diff options
| author | Jeremy Kolbe <jk@gocept.com> | 2018-10-04 11:14:57 +0200 |
|---|---|---|
| committer | Jeremy Kolbe <jk@gocept.com> | 2018-10-04 11:14:57 +0200 |
| commit | c22956fa9e271ff8c25ec6c4ae665b15bf42c7fd (patch) | |
| tree | db6f5765856124dea828af46f6c4650f45fd2d81 /tox.ini | |
| parent | 51bfb4fec11d842c4536cc5d663317fb67590f72 (diff) | |
| download | zope-event-Python3.7support.tar.gz | |
Add support for Python 3.7Python3.7support
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ envlist = # requests -> html5 libraries. See # https://github.com/html5lib/html5lib-python/pull/150 # py27,py33,py34,pypy,pypy3,jython,coverage,docs - py27,py34,py35,py36,pypy,pypy3,coverage,docs + py27,py34,py35,py36,py37,pypy,pypy3,coverage,docs [testenv] commands = |
