Skip to content

Commit

Permalink
specify Python and Plone version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Jul 14, 2014
1 parent aca0a5c commit ad187e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
classifiers=[
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 5.0",
"Framework :: Zope2",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
],
keywords='',
author='Plone Foundation',
Expand Down

1 comment on commit ad187e2

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=a293732406da46709795d8fde725c12c
plone-5.0-python-2.7 [FAILURE]
plone-4.3-python-2.6 [SUCCESS]
plone-4.3-python-2.7 [SUCCESS]

Please sign in to comment.