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

@ -39,7 +39,7 @@ setup(
"Changelog": "https://sqlite-utils.readthedocs.io/en/stable/changelog.html",
"Source code": "https://github.com/simonw/sqlite-utils",
"Issues": "https://github.com/simonw/sqlite-utils/issues",
"CI": "https://travis-ci.com/simonw/sqlite-utils",
"CI": "https://github.com/simonw/sqlite-utils/actions",
},
classifiers=[
"Development Status :: 5 - Production/Stable",