forked from plone/plone.api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (32 loc) · 1017 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
language: python
python: 2.7
env:
- PLONE_VERSION=4.3 QA=true
global:
- secure: "nTXMNU2aYbCtvKD74PndF8Xm2h6IvsxPjr6vj45AxjXmaB7Wf5oGi/4b6ObV\nexBtUQkFnc+M0ThGyUznOCPi3YxcbTzsyhQYhHUtmtw/6QRyYgo4E0GLDItU\n37Ff6wpxl3NMMJTvpi6SOVUvIJUl3+cs+4bkMkS48RSFGg2rGmo=" # Coveralls.io token
matrix:
include:
- python: 2.6
env: PLONE_VERSION=4.0
- python: 2.6
env: PLONE_VERSION=4.1
- python: 2.6
env: PLONE_VERSION=4.2
install:
- mkdir -p buildout-cache/eggs
- mkdir -p buildout-cache/downloads
- sed -ie "s#test-4.2.x.cfg#travis-$PLONE_VERSION.x.cfg#" buildout.cfg
- make "bin/python"
- bin/python bootstrap.py
- make version=$TRAVIS_PYTHON_VERSION .installed.cfg
script:
- make coverage
after_success:
- test -v QA && pip install python-coveralls==2.4.0 || true
- test -v QA && coveralls || true
notifications:
irc:
channels:
- "irc.freenode.org#sprint"
template:
- "%{repository}/#%{build_number}/%{branch} (%{author}): %{message} %{build_url}"