mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Run CI on GitHub Actions, not Travis
* Run CI on GitHub Actions, not Travis - refs #940 * Update documentation refs to Travis * Release action now runs parallel tests, then pushes to PyPI, then Docker Hub
This commit is contained in:
parent
52eabb019d
commit
5e0b72247e
8 changed files with 106 additions and 53 deletions
2
setup.py
2
setup.py
|
|
@ -38,7 +38,7 @@ setup(
|
|||
"Live demo": "https://latest.datasette.io/",
|
||||
"Source code": "https://github.com/simonw/datasette",
|
||||
"Issues": "https://github.com/simonw/datasette/issues",
|
||||
"CI": "https://travis-ci.org/simonw/datasette",
|
||||
"CI": "https://github.com/simonw/datasette/actions?query=workflow%3ATest",
|
||||
},
|
||||
packages=find_packages(exclude=("tests",)),
|
||||
package_data={"datasette": ["templates/*.html"]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue