Add .travis.yml
This commit is contained in:
parent
1f32e71350
commit
e342d9f98b
20
.travis.yml
Normal file
20
.travis.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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
|
||||||
Loading…
x
Reference in New Issue
Block a user