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,7 +2,7 @@
[![PyPI](https://img.shields.io/pypi/v/sqlite-utils.svg)](https://pypi.org/project/sqlite-utils/)
[![Changelog](https://img.shields.io/github/v/release/simonw/sqlite-utils?include_prereleases&label=changelog)](https://sqlite-utils.readthedocs.io/en/stable/changelog.html)
[![Travis CI](https://travis-ci.com/simonw/sqlite-utils.svg?branch=main)](https://travis-ci.com/simonw/sqlite-utils)
[![Tests](https://github.com/simonw/sqlite-utils/workflows/Test/badge.svg)](https://github.com/simonw/sqlite-utils/actions?query=workflow%3ATest)
[![Documentation Status](https://readthedocs.org/projects/sqlite-utils/badge/?version=latest)](http://sqlite-utils.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/sqlite-utils/blob/main/LICENSE)