From ee57a85d2edcd789862de617d19fc5425a9d0ff2 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Mon, 4 Sep 2017 22:28:36 -0600 Subject: [PATCH] added project tests --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d31b4036..19f08589 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,4 +51,4 @@ install: - "pipenv install --dev" test_script: - - "pipenv run pytest test_windows/ tests/test_utils.py" + - "pipenv run pytest test_windows/ tests/test_utils.py tests/test_project.py"