source:
git/.travis.yml
Last change on this file was b4d941f, checked in by pataquets <amontero@…>, at 2013-09-08T20:14:20Z | |
---|---|
|
|
File size: 419 bytes |
Line | |
---|---|
1 | language: python |
2 | python: |
3 | - "2.7" |
4 | - "2.6" |
5 | before_install: |
6 | - sh -c set |
7 | install: true |
8 | script: python setup.py test |
9 | notifications: |
10 | email: false |
11 | irc: |
12 | channels: "chat.freenode.net#tahoe-lafs" |
13 | on_success: always # for testing |
14 | on_failure: always |
15 | template: |
16 | - "%{repository}#%{build_number} [%{branch}: %{commit} by %{author}] %{message}" |
17 | - "Changes: %{compare_url} | Details: %{build_url}" |
Note: See TracBrowser
for help on using the repository browser.