Replace travis references with taskcluster
This commit is contained in:
Родитель
3b8c753c3c
Коммит
7240c3c3d7
41
.travis.yml
41
.travis.yml
|
@ -1,41 +0,0 @@
|
|||
language: python
|
||||
env:
|
||||
global:
|
||||
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
|
||||
- SEGFAULT_SIGNALS=all
|
||||
matrix:
|
||||
include:
|
||||
- python: '2.7'
|
||||
env: TOXENV=py27,codecov
|
||||
- python: '3.6'
|
||||
env: TOXENV=check
|
||||
- python: '3.6'
|
||||
env: TOXENV=docs
|
||||
- python: '3.6'
|
||||
env: TOXENV=py36,codecov
|
||||
- python: '3.7-dev'
|
||||
env: TOXENV=py37,codecov
|
||||
before_install:
|
||||
- python --version
|
||||
- uname -a
|
||||
- lsb_release -a
|
||||
install:
|
||||
- pip install tox
|
||||
- virtualenv --version
|
||||
- easy_install --version
|
||||
- pip --version
|
||||
- tox --version
|
||||
script:
|
||||
- tox -v
|
||||
after_failure:
|
||||
- more .tox/log/* | cat
|
||||
- more .tox/*/log/* | cat
|
||||
before_cache:
|
||||
- rm -rf $HOME/.cache/pip/log
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: always
|
|
@ -73,8 +73,8 @@ For merging, you should:
|
|||
3. Add a note to ``CHANGELOG.rst`` about the changes.
|
||||
4. Add yourself to ``AUTHORS.rst``.
|
||||
|
||||
.. [1] If you don't have all the necessary python versions available locally you can rely on Travis - it will
|
||||
`run the tests <https://travis-ci.org/mozilla/build-mar/pull_requests>`_ for each change you add in the pull request.
|
||||
.. [1] If you don't have all the necessary python versions available locally you can rely on Taskcluster - it will
|
||||
run the tests for each change you add in the pull request.
|
||||
|
||||
It will be slower though ...
|
||||
|
||||
|
|
12
README.rst
12
README.rst
|
@ -10,7 +10,7 @@ Overview
|
|||
* - docs
|
||||
- |docs|
|
||||
* - tests
|
||||
- | |travis| |codecov|
|
||||
- | |taskcluster|
|
||||
* - package
|
||||
- |version| |downloads| |wheel| |supported-versions| |supported-implementations|
|
||||
|
||||
|
@ -18,13 +18,9 @@ Overview
|
|||
:target: https://readthedocs.org/projects/mar
|
||||
:alt: Documentation Status
|
||||
|
||||
.. |travis| image:: https://travis-ci.org/mozilla/build-mar.svg?branch=master
|
||||
:alt: Travis-CI Build Status
|
||||
:target: https://travis-ci.org/mozilla/build-mar
|
||||
|
||||
.. |codecov| image:: https://codecov.io/github/mozilla/build-mar/coverage.svg?branch=master
|
||||
:alt: Coverage Status
|
||||
:target: https://codecov.io/github/mozilla/build-mar
|
||||
.. |taskcluster| image:: https://firefox-ci-tc.services.mozilla.com/api/github/v1/repository/mozilla-releng/build-mar/master/badge.svg
|
||||
:alt: Task Status
|
||||
:target: https://firefox-ci-tc.services.mozilla.com/api/github/v1/repository/mozilla-releng/build-mar/master/latest
|
||||
|
||||
.. |version| image:: https://img.shields.io/pypi/v/mar.svg?style=flat
|
||||
:alt: PyPI Package latest release
|
||||
|
|
Загрузка…
Ссылка в новой задаче