Skip to content

Commit

Permalink
Add test dependency to plone.app.multilingual.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Massmann committed May 26, 2017
1 parent 647b7fe commit 3acb2df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ collective.js.bootstrap = 2.3.1.1
plone.app.blocks = 1.1.1
plone.app.drafts = 1.0a2
plone.app.jquery = 1.8.3
plone.app.multilingual = 1.2.3
plone.app.testing = 4.2.4
plone.app.tiles = 1.0.1
plone.tiles = 1.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
]

testfixture_requires = [
'plone.app.multilingual',
'ps.plone.fotorama',
'ps.plone.mls',
'ps.plone.mlstiles',
Expand Down
3 changes: 3 additions & 0 deletions travis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ zptlint-bin = ${buildout:bin-directory}/zptlint

[versions-4.1.x]
check-manifest = 0.25
plone.app.multilingual = 1.2.3
plone.app.testing = 4.2.2
# Newer versions require check-manifest, which does not run on python2.6
plone.recipe.codeanalysis = 2.0a2
Expand All @@ -77,10 +78,12 @@ setuptools =
[versions-4.2.x]
# 4.2.7 is currently not available as UnifiedInstaller.
Plone = 4.2.6
plone.app.multilingual = 1.2.3
setuptools =


[versions-4.3.x]
plone.app.multilingual = 1.2.3
setuptools =


Expand Down

0 comments on commit 3acb2df

Please sign in to comment.