Skip to content

Commit

Permalink
Merge pull request #137 from MolSSI-Education/janash-patch-1
Browse files Browse the repository at this point in the history
change travis-ci to GitHub Actions
  • Loading branch information
janash committed Apr 16, 2024
2 parents 6b98b64 + f0b887f commit 2aabaee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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
Expand Down

0 comments on commit 2aabaee

Please sign in to comment.