From 13b1ead952e2179d6087cae3e3cc1a9b989ec3b0 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 88c0c7e..0b4ce43 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,7 +58,7 @@ 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. -- GitLab