From 1f46121297c7bcf67077d32e4a198877f4ae2f8b Mon Sep 17 00:00:00 2001 From: "Bob \"Wombat\" Hogg" Date: Wed, 26 Oct 2022 15:48:17 -0400 Subject: [PATCH] chore: Remove .appveyor.yml (#814) We do not seem to use AppVeyor in our precommit checks any more. Co-authored-by: Anthonios Partheniou --- .appveyor.yml | 33 --------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 1344e07f..00000000 --- a/.appveyor.yml +++ /dev/null @@ -1,33 +0,0 @@ -version: 1.0.{build}.{branch} - -build: off - -matrix: - fast_finish: true - -# We always use a 64-bit machine, but can build x86 distributions -# with the PYTHON_ARCH variable. -platform: - - x64 - -environment: - - matrix: - - # See: https://www.appveyor.com/docs/windows-images-software/#python - - - NOX_SESSION: "unit-3.6" - - NOX_SESSION: "unit-3.7" - - NOX_SESSION: "docs" - - NOX_SESSION: "doctest" - -install: - # Packaging requirements - - py -3.7 -m pip install --upgrade pip setuptools - - py -3.7 -m pip install --upgrade wheel - - # Install the build dependencies of the project. - - py -3.7 -m pip install --upgrade nox - -test_script: - - "py -3.7 -m nox -s \"%NOX_SESSION%\"" diff --git a/README.md b/README.md index c1eadd95..df71dc53 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Introduction This is an updated version of the `ndb` client library for use with -[Google Cloud Datastore][0]. +[Google Cloud Datastore][0]. * [Client Library Documentation](https://googleapis.dev/python/python-ndb/latest)