Skip to content

Commit

Permalink
Add Plone 4.1 under Python 2.7 to the testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Oct 11, 2013
1 parent ab548a8 commit e06f49f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
language: python
python:
- 2.6
- 2.7
python: 2.7

env:
global:
- secure: "nTXMNU2aYbCtvKD74PndF8Xm2h6IvsxPjr6vj45AxjXmaB7Wf5oGi/4b6ObV\nexBtUQkFnc+M0ThGyUznOCPi3YxcbTzsyhQYhHUtmtw/6QRyYgo4E0GLDItU\n37Ff6wpxl3NMMJTvpi6SOVUvIJUl3+cs+4bkMkS48RSFGg2rGmo=" # Coveralls.io token
matrix:
- PLONE_VERSION=4.2
- PLONE_VERSION=4.3
include:
- python: 2.6
env: PLONE_VERSION=4.1
- python: 2.6
env: PLONE_VERSION=4.2
- python: 2.6
env: PLONE_VERSION=4.3
allow_failures:
- python: 2.6
env: PLONE_VERSION=4.1

install:
- mkdir -p buildout-cache/eggs
Expand Down

0 comments on commit e06f49f

Please sign in to comment.