From 5afaa6c406147105210c82c380e635454279c224 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 25 Feb 2023 13:29:40 +0100 Subject: [PATCH] Giving up on Appveyor --- .appveyor.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c9e7566..04254dc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,10 +11,3 @@ build_script: - pip install types-requests - flake8 bin/chroma-feedback chroma_feedback tests - mypy bin/chroma-feedback chroma_feedback tests - -test_script: -- pip install mock -- pip install pytest -- pip install pytest-mock -- pip install requests -- pytest tests