]> git.ipfire.org Git - thirdparty/tornado.git/commit
ci: move CI to github actions 3100/head
authorBen Darnell <ben@bendarnell.com>
Fri, 31 Dec 2021 20:26:28 +0000 (15:26 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 16 Jan 2022 21:43:19 +0000 (16:43 -0500)
commite82bd95c5d2a2ee6e2daafbdc717bac54f6d6392
tree0a630b8d33b627e30676598dda0d47bf09224293
parent208672f3bf6cbb7e37f54c356e02a71ca29f1e02
ci: move CI to github actions

Our previous CI on Travis has been broken for a while due to their
move from travis-ci.org to travis-ci.com. Instead of fixing things up
there, move everything to github actions.
.github/workflows/build.yml [new file with mode: 0644]
.github/workflows/test.yml [new file with mode: 0644]
.travis.yml [deleted file]
pyproject.toml [new file with mode: 0644]
tornado/test/options_test.py