From aecd92796d613770ebc65d075c412c1e7005bf4d Mon Sep 17 00:00:00 2001 From: "Bob \"Wombat\" Hogg" Date: Tue, 18 Oct 2022 12:54:15 -0400 Subject: [PATCH] chore: Remove reference to CircleCI in CONTRIBUTING.rst (#806) That file was deleted in #687 --- CONTRIBUTING.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8a1db6d9..7f324fe8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -257,15 +257,6 @@ may cause problems creating links or rendering the description. .. _description on PyPI: https://pypi.org/project/google-cloud/ -********************** -CircleCI Configuration -********************** - -All build scripts in the ``.circleci/config.yml`` configuration file which have -Python dependencies are specified in the ``nox.py`` configuration. -They are executed in the Travis build via ``nox -s ${ENV}`` where -``${ENV}`` is the environment being tested. - ************************* Supported Python Versions