From a94002a85ebce73c4051d76476aabaa711206880 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Thu, 20 Feb 2020 14:31:22 -0500 Subject: [PATCH] chore(ci): remove appveyor for now The current Appveyor setup still dates back to before the project was placed under UnitedIncome's GitHub org, and no longer works fully. Instead of trying to triage and fix, remove from the testing stack until we make a concerted effort to bring back Windows-based testing. At that time, we may pursue GitHub Actions instead. Refs: #468 Signed-off-by: Mike Fiedler --- README.md | 1 - appveyor.yml | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index 28b1272d..e41d9956 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com) [![CircleCI](https://circleci.com/gh/UnitedIncome/serverless-python-requirements.svg?style=shield)](https://circleci.com/gh/UnitedIncome/serverless-python-requirements) -[![appveyor](https://ci.appveyor.com/api/projects/status/biel93xc535nxvi2?svg=true)](https://ci.appveyor.com/project/dschep/serverless-python-requirements) [![npm](https://img.shields.io/npm/v/serverless-python-requirements.svg)](https://www.npmjs.com/package/serverless-python-requirements) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 920d78a3..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: '{build}' -init: - - cmd: python3 -m pip install -U pip - - cmd: pip3 install pipenv - - cmd: pip3 install poetry - - cmd: npm i -g serverless -build: off -test_script: - - cmd: >- - npm i - - node test.js