Skip to content

Commit

Permalink
p.a.contenttypes released
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Nov 24, 2013
1 parent ee8349b commit c65f5cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,6 @@ addons:
- access_key: $SAUCE_ACCESS_KEY
install:
- mkdir -p buildout-cache/downloads
- git clone git://github.com/plone/plone.app.contenttypes.git
- python bootstrap.py -c travis.cfg
- bin/buildout -N -t 3 -c travis.cfg
script:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -51,7 +51,8 @@
'dexterity': [
'pytz',
'plone.app.dexterity',
'plone.app.contenttypes>=1.1.dev0'
'plone.app.contenttypes>=1.1a1',
'plone.app.event>=1.1a1',
],
},
entry_points="""
Expand Down
4 changes: 1 addition & 3 deletions travis.cfg
Expand Up @@ -7,8 +7,6 @@ package-name = plone.app.widgets
package-extras = [test,archetypes,dexterity]
test-eggs = Pillow
parts += extra
develop +=
plone.app.contenttypes

[extra]
recipe = zc.recipe.egg
Expand All @@ -23,6 +21,6 @@ plone.app.portlets = 2.5a1
plone.app.querystring = 1.1.0
plone.app.vocabularies = 2.1.12
plone.formwidget.recurrence = 1.1
plone.app.contenttypes = 1.1.dev0
plone.app.contenttypes = 1.1a1
plone.app.event = 1.1a1
coverage = 3.7

1 comment on commit c65f5cd

@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=19493c56e6d749e7abd578a8f118fdb3
kgs-plone.app.widgets-plone-5.0-python-2.7 kgs [FAILURE]

Please sign in to comment.