From 9da7398193702615344a113d93dda1314db53eb1 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 30 Jan 2021 17:40:50 -0500 Subject: Remove all use of AppVeyor for Windows testing because it is slower than GitHub Actions for the same purpose --- plugins/template/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'plugins/template') 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 -- cgit v1.2.1