Skip to content

Commit

Permalink
Test on Plone 5 too
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroel committed Apr 11, 2015
1 parent cc7e9c3 commit ba61287
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: python
python: 2.7

env:
- PLONE_VERSION=4.3 QA=true
- PLONE_VERSION=5.x QA=true
global:
- secure: "nTXMNU2aYbCtvKD74PndF8Xm2h6IvsxPjr6vj45AxjXmaB7Wf5oGi/4b6ObV\nexBtUQkFnc+M0ThGyUznOCPi3YxcbTzsyhQYhHUtmtw/6QRyYgo4E0GLDItU\n37Ff6wpxl3NMMJTvpi6SOVUvIJUl3+cs+4bkMkS48RSFGg2rGmo=" # Coveralls.io token
matrix:
Expand All @@ -13,6 +13,8 @@ matrix:
env: PLONE_VERSION=4.1
- python: 2.6
env: PLONE_VERSION=4.2
- python: 2.6
env: PLONE_VERSION=4.3

install:
- mkdir -p buildout-cache/eggs
Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
@@ -1,5 +1,5 @@
[buildout]
extends = https://raw.github.com/collective/buildout.plonetest/master/test-4.3.x.cfg
extends = https://raw.githubusercontent.com/collective/buildout.plonetest/master/plone-5.x.cfg
package-name = plone.api
package-extras = [test]
test-eggs = Pillow
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -83,6 +83,7 @@ def read(*rnames):
'Framework :: Plone :: 4.1',
'Framework :: Plone :: 4.2',
'Framework :: Plone :: 4.3',
"Framework :: Plone :: 5.0",
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Operating System :: OS Independent',
Expand Down

0 comments on commit ba61287

Please sign in to comment.