source: git/.travis.yml

Last change on this file was b4d941f, checked in by pataquets <amontero@…>, at 2013-09-08T20:14:20Z

Create .travis.yml

Based on tahoe-lafs one.

  • Property mode set to 100644
File size: 419 bytes
Line 
1language: python
2python:
3  - "2.7"
4  - "2.6"
5before_install:
6  - sh -c set
7install: true
8script: python setup.py test
9notifications:
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.