]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - .travis.yml
travis: remove the os.statvfs debug command
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
1 language: python
2 python:
3   - "2.7"
4   - "2.6"
5 before_install:
6   - sh -c set
7   - git pull --depth=1000
8   - python misc/build_helpers/show-tool-versions.py
9 install:
10   - pip install 'twisted>=0.13.0'
11   - pip install 'coveralls==0.4.2'
12 before_script: python setup.py build
13 script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
14 after_success:
15   coveralls
16 notifications:
17   email: false
18   irc:
19     channels: "chat.freenode.net#tahoe-lafs"
20     on_success: always # for testing
21     on_failure: always
22     template:
23       - "%{repository}#%{build_number} [%{branch}: %{commit} by %{author}] %{message}"
24       - "Changes: %{compare_url} | Details: %{build_url}"