diff --git a/.travis.yml b/.travis.yml index 1269327..72aae30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,13 @@ language: python +dist: xenial python: - 2.7 - - 3.4 - 3.5 -sudo: false + - 3.6 + - 3.7 install: - - pip install tox-travis + - pip install tox-travis script: - - tox + - tox notifications: - email: false + email: false diff --git a/src/zope/app/publication/methodnotallowed.txt b/src/zope/app/publication/methodnotallowed.txt index fa5f99a..2b3762a 100644 --- a/src/zope/app/publication/methodnotallowed.txt +++ b/src/zope/app/publication/methodnotallowed.txt @@ -48,4 +48,4 @@ When ``handle_errors`` is set to ``False`` a traceback is displayed: ... Authorization: Basic mgr:mgrpw ... """, handle_errors=False)) Traceback (most recent call last): - MethodNotAllowed: , + MethodNotAllowed: <...Folder object at 0x...>,