CI is now GitHub Actions, closes #143

This commit is contained in:
Simon Willison 2020-08-28 15:41:29 -07:00
commit 01c7784be5
4 changed files with 5 additions and 47 deletions

View file

@ -2,14 +2,14 @@
sqlite-utils |version|
=======================
|PyPI| |Changelog| |Travis CI| |License|
|PyPI| |Changelog| |CI| |License|
.. |PyPI| image:: https://img.shields.io/pypi/v/sqlite-utils.svg
:target: https://pypi.org/project/sqlite-utils/
.. |Changelog| image:: https://img.shields.io/github/v/release/simonw/sqlite-utils?include_prereleases&label=changelog
:target: https://sqlite-utils.readthedocs.io/en/stable/changelog.html
.. |Travis CI| image:: https://travis-ci.com/simonw/sqlite-utils.svg?branch=main
:target: https://travis-ci.com/simonw/sqlite-utils
.. |CI| image:: https://github.com/simonw/sqlite-utils/workflows/Test/badge.svg
:target: https://github.com/simonw/sqlite-utils/actions
.. |License| image:: https://img.shields.io/badge/license-Apache%202.0-blue.svg
:target: https://github.com/simonw/sqlite-utils/blob/main/LICENSE