Skip to content

Commit

Permalink
Add github action badge, remove travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Oct 5, 2021
1 parent 687b748 commit 6293b01
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Tests
on:
push:
pull_request:
branches: [ master ]
branches: [ main ]

jobs:

Expand Down
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|CircleCI| |Travis| |Appveyor| |Codecov| |Pypi| |Downloads| |ReadTheDocs|
|GithubActions| |CircleCI| |Appveyor| |Codecov| |Pypi| |Downloads| |ReadTheDocs|


.. The large version wont work because github strips rst image rescaling.
Expand Down Expand Up @@ -399,15 +399,17 @@ doctests are getting too long.

.. |CircleCI| image:: https://circleci.com/gh/Erotemic/xdoctest.svg?style=svg
:target: https://circleci.com/gh/Erotemic/xdoctest
.. |Travis| image:: https://img.shields.io/travis/Erotemic/xdoctest/master.svg?label=Travis%20CI
.. |Travis| image:: https://img.shields.io/travis/Erotemic/xdoctest/main.svg?label=Travis%20CI
:target: https://travis-ci.org/Erotemic/xdoctest
.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/github/Erotemic/xdoctest?branch=master&svg=True
:target: https://ci.appveyor.com/project/Erotemic/xdoctest/branch/master
.. |Codecov| image:: https://codecov.io/github/Erotemic/xdoctest/badge.svg?branch=master&service=github
:target: https://codecov.io/github/Erotemic/xdoctest?branch=master
.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/github/Erotemic/xdoctest?branch=main&svg=True
:target: https://ci.appveyor.com/project/Erotemic/xdoctest/branch/main
.. |Codecov| image:: https://codecov.io/github/Erotemic/xdoctest/badge.svg?branch=main&service=github
:target: https://codecov.io/github/Erotemic/xdoctest?branch=main
.. |Pypi| image:: https://img.shields.io/pypi/v/xdoctest.svg
:target: https://pypi.python.org/pypi/xdoctest
.. |Downloads| image:: https://img.shields.io/pypi/dm/xdoctest.svg
:target: https://pypistats.org/packages/xdoctest
.. |ReadTheDocs| image:: https://readthedocs.org/projects/xdoctest/badge/?version=latest
:target: https://xdoctest.readthedocs.io
.. |GithubActions| image:: https://github.com/Erotemic/xdoctest/actions/workflows/tests.yml/badge.svg?branch=main
:target: https://github.com/Erotemic/xdoctest/actions?query=branch%3Amain
6 changes: 5 additions & 1 deletion dev/demo_dynamic_analysis.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
"""
CommandLine:
xdoctest = ~/code/xdoctest/dev/demo_dynamic_analysis.py
xdoctest ~/code/xdoctest/dev/demo_dynamic_analysis.py --analysis=auto
xdoctest ~/code/xdoctest/dev/demo_dynamic_analysis.py --analysis=dynamic
xdoctest ~/code/xdoctest/dev/demo_dynamic_analysis.py --xdoc-force-dynamic
"""


Expand Down

0 comments on commit 6293b01

Please sign in to comment.