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