From bf160f803552f799af7b7958ac972baf28b341f5 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Wed, 1 Feb 2023 08:40:59 -0500 Subject: [PATCH] MAINT: Updated CI references Updated the CI references in the contributing docs. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1855d2c..d9270f6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -95,5 +95,5 @@ For merging, you should: .. [1] If you don't have all the necessary Python versions available locally or have trouble building all the testing environments, you can rely on - Travis and AppVeyor - they will run the tests for each change you add in + GitHub Actions - it will run the tests for each change you add in the pull request.