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