Skip to content

Commit

Permalink
add Plone 5.0 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Nov 25, 2019
1 parent be843d9 commit 617577c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ addons:
- google-chrome-stable
matrix:
include:
- python: "2.7"
env: PLONE_VERSION=5.0.x
- python: "2.7"
env: PLONE_VERSION=5.1.x
- python: "2.7"
env: PLONE_VERSION=5.2.x
- python: "3.6"
env: PLONE_VERSION=5.2.x
- python: "3.7"
env: PLONE_VERSION=5.2.x
dist: xenial
Expand All @@ -40,8 +40,7 @@ install:
- buildout annotate
- buildout -N -q
script:
# Run code-analysis, except on Python 3.6, which mysteriously fails to find zc.buildout.
- python --version 2> /dev/stdout | grep 3.6 || bin/code-analysis
- bin/code-analysis
- bin/test
after_success:
- bin/createcoverage --output-dir=parts/test/coverage
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ collective.taxonomy version `2.x`

* Plone 5.2 (py2/py3)
* Plone 5.1
* Plone 5.0

collective.taxonomy version `1.x`

* Plone 5.0
* Plone 4.3
* or an older version using a recent version of plone.dexterity/plone.app.dexterity

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ def read(*pathnames):
classifiers=[
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 5.0",
"Framework :: Plone :: 5.1",
"Framework :: Plone :: 5.2",
"Framework :: Zope",
"Framework :: Zope :: 2",
"Framework :: Zope :: 4",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
keywords='plone taxonomy dexterity',
Expand Down

0 comments on commit 617577c

Please sign in to comment.