From da1ffcd3f8dc5f6c69d02ee1693f334308cb3182 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Fri, 22 Sep 2017 23:17:59 -0600 Subject: [PATCH] remove legacy tests from app veyor Signed-off-by: Erin O'Connell --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 21383707..364857c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,4 +52,4 @@ install: - "pipenv install --system --dev --skip-lock" test_script: - - "pytest tests" + - "pytest tests/test_pipenv.py tests/test_project.py tests/test_utils.py"