diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 17:40:50 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 17:40:50 -0500 |
commit | 9da7398193702615344a113d93dda1314db53eb1 (patch) | |
tree | c710f1b119ba53dd6529152cc6786e8e4cece1d9 /plugins | |
parent | 8bf9eed9787bad644727e08d72824aa345d947bc (diff) | |
download | cmd2-git-9da7398193702615344a113d93dda1314db53eb1.tar.gz |
Remove all use of AppVeyor for Windows testing because it is slower than GitHub Actions for the same purpose
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/template/README.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/template/README.md b/plugins/template/README.md index 8a423f06..1944f1c7 100644 --- a/plugins/template/README.md +++ b/plugins/template/README.md @@ -210,8 +210,8 @@ tiered testing strategy to accomplish this objective. - [pytest](https://pytest.org) runs the unit tests - [nox](https://nox.thea.codes/en/stable/) runs the unit tests on multiple versions of python -- [AppVeyor](https://www.appveyor.com/) and [TravisCI](https://travis-ci.com) - run the tests on the various supported platforms +- [GitHub Actions](https://github.com/features/actions) runs the tests on the various + supported platforms This plugin template is set up to use the same strategy. @@ -307,9 +307,7 @@ $ nox ### Run unit tests on multiple platforms -[AppVeyor](https://github.com/marketplace/appveyor) and -[TravisCI](https://docs.travis-ci.com/user/getting-started/) offer free plans -for open source projects. +[GitHub Actions](https://github.com/features/actions) offers free plans for open source projects ## Packaging and Distribution |