From 6c7b4323abc96b5f5ae401b0e966a97c94fe0fb8 Mon Sep 17 00:00:00 2001 From: Jonas Baumann Date: Wed, 30 Jan 2013 11:50:30 +0100 Subject: [PATCH] Add tests for plone 4.3 --- setup.py | 1 + test-plone-4.3.x.cfg | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 test-plone-4.3.x.cfg diff --git a/setup.py b/setup.py index 9e67a18..cec7bc9 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ 'Framework :: Plone', 'Framework :: Plone :: 4.1', 'Framework :: Plone :: 4.2', + 'Framework :: Plone :: 4.3', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules', diff --git a/test-plone-4.3.x.cfg b/test-plone-4.3.x.cfg new file mode 100644 index 0000000..90971c1 --- /dev/null +++ b/test-plone-4.3.x.cfg @@ -0,0 +1,5 @@ +[buildout] +extends = + https://raw.github.com/4teamwork/ftw-buildouts/master/test-plone-4.3.x.cfg + +package-name = ftw.tooltip