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