zopefoundation / transaction

Generic transaction implementation for Python.
Other
70 stars 31 forks source link

Add support for 3.5. #12

Closed jamadden closed 8 years ago

jamadden commented 8 years ago

This didn't work when @tseaver tried it for zope.component, but this is a much simpler configuration. Maybe it will work here like it does for BTrees?

I think the difference is in trying to re-use tox.ini. There doesn't seem to be an explicit "python3.5" executable, but Python 3.5 is definitely installed.

tseaver commented 8 years ago

3.5 builds cleanly. LGTM.