From c43161559da0750f8b23371c73422f5a9be6c072 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Fri, 19 Feb 2016 16:02:50 -0800 Subject: [PATCH] Adding nose-exclude as an AppVeyor dependency. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ff7dd9b356ba..cfa49be49f31 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -85,7 +85,7 @@ install: # compiled extensions and are not provided as pre-built wheel packages, # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - - "%CMD_IN_ENV% pip install wheel nose unittest2 cryptography" + - "%CMD_IN_ENV% pip install wheel nose nose-exclude unittest2 cryptography" build_script: # Build the compiled extension