mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Change ci badge to github actions
This commit is contained in:
committed by
Kevin McCarthy
parent
c596a160b3
commit
5b2fc2712e
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -11,7 +11,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
|
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
|
||||||
|
|||||||
@@ -62,8 +62,8 @@ more details
|
|||||||
:target: https://pypi.python.org/pypi/vcrpy
|
:target: https://pypi.python.org/pypi/vcrpy
|
||||||
.. |Python versions| image:: https://img.shields.io/pypi/pyversions/vcrpy.svg
|
.. |Python versions| image:: https://img.shields.io/pypi/pyversions/vcrpy.svg
|
||||||
:target: https://pypi.python.org/pypi/vcrpy
|
:target: https://pypi.python.org/pypi/vcrpy
|
||||||
.. |Build Status| image:: https://secure.travis-ci.org/kevin1024/vcrpy.svg?branch=master
|
.. |Build Status| image:: https://github.com/kevin1024/vcrpy/actions/workflows/main.yml/badge.svg
|
||||||
:target: http://travis-ci.org/kevin1024/vcrpy
|
:target: https://github.com/kevin1024/vcrpy/actions
|
||||||
.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
|
.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
|
||||||
:alt: Join the chat at https://gitter.im/kevin1024/vcrpy
|
:alt: Join the chat at https://gitter.im/kevin1024/vcrpy
|
||||||
:target: https://gitter.im/kevin1024/vcrpy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
:target: https://gitter.im/kevin1024/vcrpy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
||||||
|
|||||||
Reference in New Issue
Block a user