mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
0cc8144421
This included adding the slugid 1.0.6 python source code in /python since slugid is now a dependency of the ./mach taskcluster-graph command, as well us updating references that used it. Previously the implementation was in-tree.
28 lines
732 B
YAML
28 lines
732 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
|
|
install:
|
|
- pip install -r requirements.txt
|
|
|
|
script:
|
|
- tox
|
|
|
|
after_script:
|
|
- tox -e coveralls
|
|
|
|
# currently cannot customise per user fork, see:
|
|
# https://github.com/travis-ci/travis-ci/issues/1094
|
|
# please comment out this section in your personal fork!
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.mozilla.org#taskcluster-bots"
|
|
on_success: always
|
|
on_failure: always
|
|
template:
|
|
- "\x02%{repository}\x0314#%{build_number}\x03\x02 (%{branch} - %{commit} : %{author}): \x02\x0312%{message}\x02\x03"
|
|
- "\x02Change view\x02 : \x0314%{compare_url}\x03"
|
|
- "\x02Build details\x02 : \x0314%{build_url}\x03"
|
|
- "\x02Commit message\x02 : \x0314%{commit_message}\x03"
|