Skip to content

Commit

Permalink
Travis: do not test Plone 4.0.
Browse files Browse the repository at this point in the history
It gives an ImportError when using plone.testing 5.
  • Loading branch information
mauritsvanrees committed Sep 18, 2017
1 parent 7ff86e4 commit fd0067a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -11,8 +11,6 @@ env:
- PLONE_VERSION=5.1 TEST_EGGS=buildout:test-eggs=plone.app.robotframework
matrix:
include:
- python: 2.6
env: PLONE_VERSION=4.0 PARTS=buildout:parts-=code-analysis
- python: 2.6
env: PLONE_VERSION=4.1 PARTS=buildout:parts-=code-analysis
fast_finish: true
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -94,7 +94,8 @@ Compatibility

I have tried this on Plone 3.3, Plone 4 and Plone 5.

It is automatically tested by Travis on Plone 4.0, 4.1, 4.2, 4.3, 5.0, and 5.1.
It is automatically tested by Travis on Plone 4.1, 4.2, 4.3, 5.0, and 5.1.


Authors
-------
Expand Down
7 changes: 2 additions & 5 deletions setup.py
Expand Up @@ -9,21 +9,18 @@
long_description=(open("README.rst").read() + "\n" +
open("CHANGES.rst").read()),
# Get more strings from
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
"Framework :: Plone",
"Framework :: Plone :: 3.3",
"Framework :: Plone :: 4.0",
"Framework :: Plone :: 4.1",
"Framework :: Plone :: 4.2",
"Framework :: Plone :: 4.3",
"Framework :: Plone :: 5.0",
"Framework :: Plone :: 5.1",
"Programming Language :: Python",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
],
],
keywords='plone catalog cleanup',
author='Maurits van Rees',
author_email='m.van.rees@zestsoftware.nl',
Expand Down

0 comments on commit fd0067a

Please sign in to comment.