Skip to content

Commit

Permalink
Merge 7462dc1 into 49cec7f
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 11, 2018
2 parents 49cec7f + 7462dc1 commit 3b278ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -4,8 +4,12 @@ python:
- 2.7
- 3.5
- 3.6
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install -U setuptools==33.1.1
- pip install zc.buildout
- pip install coveralls coverage
- buildout bootstrap
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.rst
Expand Up @@ -4,12 +4,14 @@ Changelog
5.2 (unreleased)
----------------

- Add support for Python 3.7.

- Update forms to Bootstrap ZMI.
(`#6 <https://github.com/zopefoundation/Products.TemporaryFolder/pull/6>`_)

- Fix logging traceback in Python 2.
[pbauer]

- Fix creating a temp_folder in Python 2.
(`#7 <https://github.com/zopefoundation/Products.TemporaryFolder/pull/7>`_)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -39,6 +39,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
],
keywords="Zope ZODB mount temporary storage folder",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py35,py36,coverage-report
py27,py35,py36,py37,coverage-report

[testenv]
commands =
Expand Down

0 comments on commit 3b278ab

Please sign in to comment.