Skip to content

Commit

Permalink
Remove testing for Plone 4.x; Change to require Plone >= 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Apr 11, 2016
1 parent 4bc6339 commit 323b5ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 29 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cache:
directories:
- eggs
env:
- PLONE_VERSION=4.3.x
- PLONE_VERSION=5.x
install:
- python bootstrap.py -v 1.7.1 -c test-$PLONE_VERSION.cfg
Expand Down
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changelog
=========

1.0.1 (unreleased)
2.0.0 (unreleased)
------------------

- Nothing changed yet.
- Removed support for Plone 4.3. For Plone 4.3 support, please use
plone.app.standardtiles < 2.0.


1.0 (2016-04-11)
Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[buildout]
extends = test-4.3.x.cfg
extends = test-5.x.cfg
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages
from setuptools import setup

version = '1.0.1.dev0'
version = '2.0.0.dev0'


setup(
Expand All @@ -15,7 +15,6 @@
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Plone',
'Framework :: Plone :: 4.3',
'Framework :: Plone :: 5.0',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Programming Language :: Python',
Expand All @@ -37,6 +36,7 @@
'setuptools',
'lxml',
'requests',
'Products.CMFPlone>=5.0.4',
'plone.app.blocks',
'plone.app.dexterity',
'plone.app.tiles',
Expand Down
23 changes: 0 additions & 23 deletions test-4.3.x.cfg

This file was deleted.

0 comments on commit 323b5ba

Please sign in to comment.