From 83450e7c8dad972e74f10a76e072f909f86aa4a8 Mon Sep 17 00:00:00 2001 From: Radomir Stevanovic Date: Fri, 6 Dec 2024 07:48:27 -0800 Subject: [PATCH] Remove appveyor conf --- .appveyor.yml | 20 -------------------- README.rst | 3 --- 2 files changed, 23 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index e443ebb8..00000000 --- a/.appveyor.yml +++ /dev/null @@ -1,20 +0,0 @@ -environment: - - matrix: - - # https://www.appveyor.com/docs/build-environment/#python - - - PYTHON: "C:\\Python39-x64" - - PYTHON: "C:\\Python310-x64" - - PYTHON: "C:\\Python311-x64" - - PYTHON: "C:\\Python312-x64" - - PYTHON: "C:\\Python313-x64" - -install: - - "%PYTHON%\\python.exe --version" - - "%PYTHON%\\python.exe -m pip install ." - -build: off - -test_script: - - "%PYTHON%\\python.exe -m unittest discover" diff --git a/README.rst b/README.rst index c898325f..ebdda638 100644 --- a/README.rst +++ b/README.rst @@ -9,9 +9,6 @@ .. image:: https://readthedocs.com/projects/d-wave-systems-dwave-ocean-sdk/badge :target: https://docs.ocean.dwavesys.com -.. image:: https://ci.appveyor.com/api/projects/status/c8ofdgyiy4w38lu3?svg=true - :target: https://ci.appveyor.com/project/dwave-adtt/dwave-ocean-sdk - .. image:: https://circleci.com/gh/dwavesystems/dwave-ocean-sdk.svg?style=svg :target: https://circleci.com/gh/dwavesystems/dwave-ocean-sdk