Skip to content

Commit

Permalink
Update travis.cfg
Browse files Browse the repository at this point in the history
Un-pin setuptools, add section for Plone 5.x.
  • Loading branch information
thomasmassmann committed Aug 19, 2015
1 parent 51a9f16 commit 5900548
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion travis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ parts +=
zptlint

# network speedup
socket-timeout = 3
allow-hosts =
*.plone.org
*.python.org
Expand Down Expand Up @@ -67,6 +66,7 @@ plone.mls.listing = git git://github.com/propertyshelf/plone.mls.listing.git

[versions-4.1.x]
plone.app.testing = 4.2.2
setuptools =

# Required by plone.app.dexterity >= 2.0
z3c.form = 3.0.0a3
Expand All @@ -83,6 +83,7 @@ pygments = 1.6
# 4.2.7 is currently not available as UnifiedInstaller.
Plone = 4.2.6
collective.js.jqueryui = 1.8.16.9
setuptools =

# Keep RF/SL stuff up to date to avoid random failures.
pygments = 1.6
Expand All @@ -92,3 +93,7 @@ pygments = 1.6
# Keep RF/SL stuff up to date to avoid random failures.
pygments = 1.6
plone.app.jquery = 1.8.3
setuptools =

[versions-5.0.x]
setuptools =

0 comments on commit 5900548

Please sign in to comment.