From 80e8279e13ecaf5df463674df01605a6a068ed0d Mon Sep 17 00:00:00 2001 From: David Fischer Date: Thu, 19 Dec 2024 17:23:04 -0800 Subject: [PATCH] Remove appveyor from testing Very old versions of the site were tested with Appveyor, a service that could test to make sure build steps ran on Windows. This isn't really necessary now that the site is Dockerized. Appveyor hasn't run in over 4 years probably when we moved the organization from pythonsd -> sandiegopython. I don't think anybody noticed which is a pretty strong indication it isn't needed. --- README.md | 2 -- appveyor.yml | 7 ------- 2 files changed, 9 deletions(-) delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index fac02db..80abad4 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ This is the repository for the San Diego Python website at [sandiegopython.org](https://sandiegopython.org). -[![AppVeyor](https://ci.appveyor.com/api/projects/status/184l9lc8y7av2fah?svg=true)](https://ci.appveyor.com/project/davidfischer/pythonsd-django) - ## Developing diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index c332390..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,7 +0,0 @@ -install: - - "SET PATH=C:\\Python37;C:\\Python37\\Scripts;C:\\Program Files\\PostgreSQL\\9.4\\bin;%PATH%" - - "pip install --requirement requirements/local.txt" - -build: off - -test_script: coverage run manage.py test