This repository has been archived on 2026-08-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2014-10-23 15:00:18 +11:00
|
|
|
language: python
|
|
|
|
|
|
|
|
|
|
python:
|
|
|
|
|
- "2.7"
|
|
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
|
email:
|
|
|
|
|
- rfkelly@mozilla.com
|
|
|
|
|
irc:
|
|
|
|
|
channels:
|
|
|
|
|
- "irc.mozilla.org#services-dev"
|
|
|
|
|
use_notice: false
|
|
|
|
|
skip_join: false
|
|
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
- make build
|
|
|
|
|
|
|
|
|
|
script:
|
|
|
|
|
- make test
|