From 49dfcd6b60acc046ffb356e33179371e7e5a55e6 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Sun, 3 Sep 2017 21:29:29 -0600 Subject: [PATCH] tests_windows and test_utils.py --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5fd2b2bc..8da49a2f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,5 +51,4 @@ install: - "pipenv install --dev" test_script: - - "pipenv run pytest test_windows" - - "pipenv run pytest tests/test_utils.py" + - "pipenv run pytest test_windows/ tests/test_utils.py"