From f0b887f55ad12dfdb882a5f14838303b11bb1ba5 Mon Sep 17 00:00:00 2001 From: "Jessica A. Nash" Date: Thu, 11 Apr 2024 12:05:12 -0400 Subject: [PATCH] change travis-ci to GitHub Actions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26ee1ee..6d50d41 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This workshop walks students through setting up, writing code, and setting up mu - [x] Python coding style, docstrings. - [x] Code collaboration on [GitHub] (Fork-PR workflow) - [x] Unit testing using [pytest]. -- [x] Continuous integration using [travis-ci]. +- [x] Continuous integration using [GitHub Actions]. - [x] Documentation using [sphinx] and [readthedocs] - [x] Distributing packages on [PyPI] and [conda-forge] @@ -32,6 +32,7 @@ There are custom admonitions for overviews, key points, and exercises. You can s [example-issues]: https://github.com/carpentries/lesson-example/issues/ [github-pages]: https://help.github.com/articles/creating-project-pages-manually/ [GitHub]: https://github.com +[GitHub Actions]: https://github.com/features/actions [lesson pages]: https://molssi-education.github.io/python-package-best-practices/ [MolSSI's Best Practices]: https://molssi.org/molssis-best-practices/ [pytest]: https://pytest.org