Skip to content

Commit

Permalink
Fixed test WrongContainedType
Browse files Browse the repository at this point in the history
  • Loading branch information
vernans committed Oct 5, 2018
1 parent 0a53097 commit f31fcb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ python:
- 3.5
- 3.6
- pypy
- pypy3.5-5.8.0
- pypy3
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down
2 changes: 1 addition & 1 deletion docs/narr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Usage within an Object field:
>>> a.location = loc
Traceback (most recent call last):
...
WrongContainedType: ([WrongType('foo', <type 'unicode'>, '__name__')], 'location')
SchemaNotCorrectlyImplemented: ([WrongType('foo', <type 'unicode'>, '__name__')], 'location')


:func:`~zope.location.location.inside`
Expand Down

0 comments on commit f31fcb1

Please sign in to comment.