diff --git a/.travis.yml b/.travis.yml index af97f31..ca3c0c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - pypy - pypy3 script: - - coverage run -m zope.testrunner + - coverage run -m zope.testrunner --test-path=src after_success: - coveralls notifications: diff --git a/CHANGES.rst b/CHANGES.rst index 0958f3e..f88f7ad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,3 +8,5 @@ - First PyPI release. - Add support for Python 3. +- Drop support for externalizing to plists. See + https://github.com/NextThought/nti.externalization/issues/21 diff --git a/docs/conf.py b/docs/conf.py index 746256d..9a60e50 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -169,6 +169,8 @@ 'https://docs.python.org/': None, #'https://ntiwref.readthedocs.io/en/latest': None, 'https://persistent.readthedocs.io/en/latest': None, + 'https://zopecomponent.readthedocs.io/en/latest': None, + 'https://zodb.readthedocs.io/en/latest': None, } extlinks = { diff --git a/src/nti/externalization/configure.zcml b/src/nti/externalization/configure.zcml index 23ff82b..589d95c 100644 --- a/src/nti/externalization/configure.zcml +++ b/src/nti/externalization/configure.zcml @@ -35,7 +35,6 @@ -