From 8658c606f3d4de088801593cc6265da68d2b45f0 Mon Sep 17 00:00:00 2001
From: jay <jlaura@asu.edu>
Date: Thu, 6 Jul 2017 13:10:03 -0700
Subject: [PATCH] Ignoring examples directory that is causing windows test
 disc. issues.

---
 appveyor.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 91f3346..33c1b99 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -65,8 +65,7 @@ install:
 build: off
 
 test_script:
-    - cmd: python setup.py install
-    - cmd: pytest --cov=plio
+    - cmd: pytest --cov=plio --ignore=plio/examples
     - "%CMD_IN_ENV% conda build conda --quiet"
 
 deploy_script:
-- 
GitLab