From c6c0680951e67ed85d7e50bbfd40a116dbf537d9 Mon Sep 17 00:00:00 2001 From: Bob Hogg Date: Thu, 6 Oct 2022 15:10:20 +0000 Subject: [PATCH] docs: Remove reference to CircleCI in CONTRIBUTING.rst 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