From 1d9a6cd118ce58438e4eda2b33a992bb11e9cd11 Mon Sep 17 00:00:00 2001 From: jay <jlaura@asu.edu> Date: Thu, 6 Jul 2017 12:46:47 -0700 Subject: [PATCH] Missed another Appveyor Requirment --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 88c0c7e..91f3346 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,14 +58,15 @@ install: - cmd: conda install --yes -c jlaura protobuf pvl # Development installation - - cmd: conda install --yes nose coverage pytest + - cmd: conda install --yes pytest pytest-cov - cmd: pip install coveralls # Skip .NET project specific build phase. build: off test_script: - - cmd: pytest --cov=cycsm + - cmd: python setup.py install + - cmd: pytest --cov=plio - "%CMD_IN_ENV% conda build conda --quiet" deploy_script: -- GitLab