mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
40e43694fa
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
19 lines
500 B
YAML
19 lines
500 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "2.6"
|
|
before_install:
|
|
- sh -c set
|
|
install: true
|
|
before_script: python misc/build_helpers/show-tool-versions.py
|
|
script: python setup.py test --reporter=timing
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels: "chat.freenode.net#tahoe-lafs"
|
|
on_success: always # for testing
|
|
on_failure: always
|
|
template:
|
|
- "%{repository}#%{build_number} [%{branch}: %{commit} by %{author}] %{message}"
|
|
- "Changes: %{compare_url} | Details: %{build_url}"
|