Skip to content

Commit

Permalink
Merge pull request #10 from zopefoundation/travis-py34-py37
Browse files Browse the repository at this point in the history
Fix tests wrt new Persistent.__repr__ and update Python versions in .travis.yml
  • Loading branch information
mgedmin committed Jun 27, 2019
2 parents 9dddb8d + 84a9c0e commit 888b9ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/zope/app/publication/methodnotallowed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <Folder object at 0x...>, <zope.publisher.http.HTTPRequest instance URL=http://localhost>
MethodNotAllowed: <...Folder object at 0x...>, <zope.publisher.http.HTTPRequest instance URL=http://localhost>

0 comments on commit 888b9ce

Please sign in to comment.