mirror of
https://github.com/mozilla-services/syncserver
synced 2024-11-01 03:20:32 +00:00
21 lines
248 B
YAML
21 lines
248 B
YAML
|
language: python
|
||
|
|
||
|
python:
|
||
|
- "2.6"
|
||
|
- "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
|